Center all views automatically

This commit is contained in:
Oliver-Akins 2020-10-02 17:54:16 -06:00
parent bfd8173b06
commit 6d9d5e0e87

View file

@ -112,6 +112,10 @@ html, body, #app {
color: $main-text-colour color: $main-text-colour
height: 100vh height: 100vh
width: 100vw width: 100vw
div {
margin: 0 auto
}
} }
.alert-bar { .alert-bar {