fix main section height. fixes #1499
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
deb2d41de8
commit
189f4cfb9b
|
@ -283,7 +283,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