fixes #30
This commit is contained in:
parent
d24d0ae2c4
commit
3d72ef04c6
5 changed files with 113 additions and 1 deletions
|
@ -3,6 +3,7 @@ body {
|
|||
color: $white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
h1 {
|
||||
|
|
21
scss/import/files_datenschutz.scss
Normal file
21
scss/import/files_datenschutz.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
body {
|
||||
background: $blog_body-bg;
|
||||
color: $white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
a {
|
||||
color: $nom_blue-light;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
main {
|
||||
font-size: 18px;
|
||||
line-height: 31px;
|
||||
margin: 80px 20px;
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 580px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -37,7 +37,7 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
|
|
Reference in a new issue