forked from ulovliglogning/ulovliglogning.dk
22 lines
348 B
SCSS
22 lines
348 B
SCSS
body, html {
|
|
//min-height: 100%;
|
|
height: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
body {
|
|
background: #2A2A2A;
|
|
color: #FFF;
|
|
//height: 100%;
|
|
//overflow-y: scroll;
|
|
//-webkit-overflow-scrolling: touch;
|
|
&[data-env="development"] {
|
|
background: red;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
margin: 1rem;
|
|
color: #AAA;
|
|
} |