Add min-height to main app

Adds min-height: 80vh; The footer will stay always at the bottom on big screens and looks normal on mobile devices.
This commit is contained in:
Dominik 2021-07-08 12:26:08 +02:00 committed by GitHub
parent 415740fea3
commit 9c1add4ff9
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;
}
#app {
min-height: 80vh;
}
h3.header {
margin-bottom: 2.5rem;
}