Files
JS/webseite-sass-js/dev/assets/scss/03_base/_theme.scss
Philippe Torrel ee4d6f0d41
2026-07-06 14:25:41 +02:00

28 lines
271 B
SCSS

// Allgemeine Formatierungen für die ganze Webanwendung
*,
html {
box-sizing: border-box;
}
html,
body {
height: 100%;
padding: 0;
margin: 0;
}
body {
font-family: $font-copy;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: $font-headline;
font-weight: 700;
}