6 lines
121 B
SCSS
6 lines
121 B
SCSS
|
html, body {
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
height: 100%;
|
||
|
padding-top: 40px;
|
||
|
}
|