Revert to use vh because mobile sucks
This commit is contained in:
parent
4418fd3279
commit
6ab2312983
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
height: 100dvh;
|
height: 100vh;
|
||||||
max-height: 100dvh;
|
max-height: 100vh;
|
||||||
width: 30vw;
|
width: 30vw;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue