Merge pull request #112 from Dafnik/patch-1

Add min-height to main app
This commit is contained in:
Piero Toffanin
2021-07-08 09:56:23 -04:00
committed by GitHub
+4
View File
@@ -7,6 +7,10 @@ select {
font-family: Arial, Helvetica, sans-serif !important;
}
#app {
min-height: 80vh;
}
h3.header {
margin-bottom: 2.5rem;
}