Files
nginxconfig.io/resources/scss/_body.scss
Szekeres Bálint c54393d1ba scss
2018-07-01 15:07:38 +02:00

8 lines
145 B
SCSS

body {
display: flex;
flex-direction: column;
min-height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}