ulovliglogning.dk/_scss/base/_base.scss
Jeppe Ernst d338956ec1 sort of working now
the first page just scrolls waaaay too far now. Somethings not right
with the positioning
2018-01-21 11:10:43 +01:00

16 lines
197 B
SCSS

body, html {
//min-height: 100%;
height: 100%;
}
body {
background: #2A2A2A;
color: #FFF;
height: 100%;
}
footer {
text-align: center;
margin: 1rem;
color: #AAA;
}