hacker.tours-website/assets/sass/_custom.scss

14 lines
257 B
SCSS
Raw Permalink Normal View History

2024-10-12 10:04:48 +02:00
.header__intro_headline {
font: bold var(--fs-xxl) "Arial";
padding-bottom: 10px;
}
.header__intro_text {
font-family: var(--ff-body)
}
2024-06-13 22:14:05 +02:00
table, th, td {
border: 1px solid;
}
th, td {
padding: 3px 6px;
font-variant-numeric: tabular-nums;
}