2024-10-13 13:29:36 +02:00
|
|
|
.header__intro_headline {
|
|
|
|
font: bold var(--fs-xxl) "Arial";
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
.header__intro_text {
|
|
|
|
font-family: var(--ff-body)
|
|
|
|
}
|
2023-12-17 17:13:23 +01:00
|
|
|
table, th, td {
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
th, td {
|
|
|
|
padding: 3px 6px;
|
|
|
|
font-variant-numeric: tabular-nums;
|
2024-11-18 12:21:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.title-post-date {
|
|
|
|
font-size: .7em;
|
|
|
|
margin-left: 2em;
|
2023-12-17 17:13:23 +01:00
|
|
|
}
|