fix main section height. fixes #1499
This commit is contained in:
parent
27bc7de7d0
commit
fc8673b87a
|
@ -291,7 +291,7 @@ select {
|
||||||
@apply m-auto;
|
@apply m-auto;
|
||||||
@apply py-8;
|
@apply py-8;
|
||||||
|
|
||||||
min-height: 36rem;
|
min-height: 42rem;
|
||||||
max-height: 42rem;
|
max-height: 42rem;
|
||||||
width: calc(100% - 3rem);
|
width: calc(100% - 3rem);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue