1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-02 14:07:47 +00:00

css: make html and body occupy fullscreen

This commit is contained in:
RGBCube 2025-06-03 04:37:28 +03:00
parent 490886b5f4
commit 9ec127293a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 9 additions and 4 deletions

View file

@ -125,6 +125,11 @@
}
}
html, body {
height: 100dvh;
width: 100dvw;
}
.text-content {
@apply space-y-3;