fix main section height. fixes #1499

This commit is contained in:
Danny Coates 2020-07-31 08:24:21 -07:00
parent 27bc7de7d0
commit fc8673b87a
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ select {
@apply m-auto;
@apply py-8;
min-height: 36rem;
min-height: 42rem;
max-height: 42rem;
width: calc(100% - 3rem);
}