Files
nginxconfig.io/resources/scss/_app.scss
2019-11-19 19:39:45 +01:00

8 lines
145 B
SCSS

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