mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Fix height and width
This commit is contained in:
parent
45c23ce4cc
commit
cda9481a10
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
|
|
||||||
height: 100dvh;
|
height: 100%;
|
||||||
width: 100dvw;
|
width: 100%;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue