This commit is contained in:
Philippe Torrel
2026-07-03 15:30:26 +02:00
parent f0e8aaa79c
commit 1b7f884cc6
837 changed files with 122510 additions and 11 deletions

View File

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