mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 11:00:44 +08:00
8 lines
145 B
SCSS
8 lines
145 B
SCSS
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|