fix body size
All checks were successful
Docker / build (push) Successful in 34s

This commit is contained in:
robaertschi 2025-02-26 10:29:16 +00:00
parent 13066e4708
commit 111414836f

View File

@ -28,8 +28,8 @@ body {
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
height: 100vh;
width: 100vw;
min-height: 100vh;
min-width: 100vw;
margin: 0;
padding: 0;
color: var(--text100);