This commit is contained in:
23
webseite-sass-js/dev/assets/scss/03_base/_theme.scss
Normal file
23
webseite-sass-js/dev/assets/scss/03_base/_theme.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user