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:
parent
490886b5f4
commit
9ec127293a
4 changed files with 9 additions and 4 deletions
|
@ -125,6 +125,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100dvh;
|
||||
width: 100dvw;
|
||||
}
|
||||
|
||||
.text-content {
|
||||
@apply space-y-3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue