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
commit cd42f91292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@ select {
font-family: Arial, Helvetica, sans-serif !important; font-family: Arial, Helvetica, sans-serif !important;
} }
#app {
min-height: 80vh;
}
h3.header { h3.header {
margin-bottom: 2.5rem; margin-bottom: 2.5rem;
} }