Adjust body size to visible viewport.

This commit is contained in:
天クマ 2026-05-01 09:38:49 -03:00
commit 8e5b1ed77f

View file

@ -37,8 +37,8 @@ body {
flex-direction: column; flex-direction: column;
padding: 2em; padding: 2em;
gap: 1em; gap: 1em;
height: 100vh; height: 100svh;
max-height: 100vh; max-height: 100svh;
width: 30vw; width: 30vw;
margin: auto; margin: auto;
overflow: hidden; overflow: hidden;