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

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);
}