Layout changes

This commit is contained in:
2019-10-22 13:28:50 -05:00
parent 0f2bd33779
commit 0571a69814
15 changed files with 29 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
.App {
margin: 0;
padding: 8px;
padding: var(--default_spacing);
box-sizing: border-box;
height: 100vh;
width: 100vw;
@@ -16,7 +16,7 @@
.AppHeader {
height: 28px;
margin-bottom: 8px;
margin-bottom: var(--default_spacing);
box-sizing: border-box;
}