mirror of
https://github.com/csharpee/nginxconfig.io.git
synced 2025-11-07 00:02:06 -05:00
8 lines
145 B
SCSS
8 lines
145 B
SCSS
#app {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|