targets #29
This commit is contained in:
parent
122ed0e3ef
commit
4bda4a620b
6 changed files with 241 additions and 98 deletions
|
@ -1,5 +1,23 @@
|
|||
body {
|
||||
background: $blog_body-bg;
|
||||
color: $white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
a {
|
||||
color: $nom_blue;
|
||||
}
|
||||
main {
|
||||
font-size: 18px;
|
||||
line-height: 31px;
|
||||
margin: 80px 20px;
|
||||
}
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// ueber
|
||||
//
|
||||
|
|
Reference in a new issue