Use wrapper class for app styling (#125)

This commit is contained in:
Matt (IPv4) Cowley
2019-11-19 18:39:45 +00:00
committed by Bálint Szekeres
parent 27208f2559
commit c9f81d72e1
8 changed files with 83 additions and 70 deletions

View File

@@ -1,7 +1,9 @@
#app {
display: flex;
flex-direction: column;
min-height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
body {
padding: 0;
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}