hackertours/assets/sass/_custom.scss
Stefan Bethke fc235e6310
All checks were successful
/ build (push) Successful in 11s
Add logo and brand with more CCCHH (#10)
Reviewed-on: #10
Co-authored-by: Stefan Bethke <stb@lassitu.de>
Co-committed-by: Stefan Bethke <stb@lassitu.de>
2024-10-13 13:29:36 +02:00

14 lines
257 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;
}