1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

Fix height and width

This commit is contained in:
RGBCube 2024-03-11 13:20:50 +03:00
parent 45c23ce4cc
commit cda9481a10
No known key found for this signature in database

View file

@ -139,8 +139,8 @@
background-color: var(--background);
color: var(--foreground);
height: 100dvh;
width: 100dvw;
height: 100%;
width: 100%;
margin: 0;
}