nginxconfig.io/resources/scss/_body.scss

8 lines
145 B
SCSS
Raw Normal View History

2018-07-01 13:07:38 +00:00
body {
display: flex;
flex-direction: column;
min-height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}