Stefan Bethke
c06c8603ef
All checks were successful
/ build (push) Successful in 13s
* Add a post date to each post * Do not show the post date for tours * Only show posts tagged "current-event" on the home page (hiding 37c3 entries) * Use a custom template for sorting the summary list by title (instead of the default by date)
19 lines
318 B
SCSS
19 lines
318 B
SCSS
.header__intro_headline {
|
|
font: bold var(--fs-xxl) "Arial";
|
|
padding-bottom: 10px;
|
|
}
|
|
.header__intro_text {
|
|
font-family: var(--ff-body)
|
|
}
|
|
table, th, td {
|
|
border: 1px solid;
|
|
}
|
|
th, td {
|
|
padding: 3px 6px;
|
|
font-variant-numeric: tabular-nums;
|
|
}
|
|
|
|
.title-post-date {
|
|
font-size: .7em;
|
|
margin-left: 2em;
|
|
} |