🎨 (App)

This commit is contained in:
Julien Calixte
2019-11-23 10:56:06 +01:00
parent 9d9ab393d9
commit 73b7f178e0
2 changed files with 52 additions and 21 deletions

View File

@@ -13,12 +13,12 @@
html {
overflow-y: auto;
background-color: var(--primary-color);
min-height: 100vh;
}
body {
background-color: white;
height: calc(100vh - 54px);
padding: 15px 0 0;
}
.app {