ulovliglogning.dk/_scss/base/_base.scss
Jeppe Ernst ec4603cd11 attempt at at "menu"
with integrated Call to action, and a nicer language switcher
2018-02-03 21:49:27 +01:00

21 lines
239 B
SCSS

body, html {
min-height: 100%;
height: 100%;
}
body {
background: #2A2A2A;
color: #FFF;
height: 100%;
}
footer {
text-align: center;
margin: 1rem;
color: #AAA;
}
.hidden {
display: none !important;
}