revert 111414836fd6e4381954ff7e6efb8383e0de5346
All checks were successful
Docker / build (push) Successful in 37s

revert fix body size
This commit is contained in:
robaertschi 2025-02-27 12:13:07 +00:00
parent 111414836f
commit d8da3d590d

View File

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