Revert to use vh because mobile sucks

This commit is contained in:
天クマ 2026-05-01 09:54:54 -03:00
commit 6ab2312983

View file

@ -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;