mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 09:47:14 +08:00
Use wrapper class for app styling (#125)
This commit is contained in:
committed by
Bálint Szekeres
parent
27208f2559
commit
c9f81d72e1
7
resources/scss/_app.scss
Normal file
7
resources/scss/_app.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
Reference in New Issue
Block a user