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:
parent
45c23ce4cc
commit
cda9481a10
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@
|
|||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
|
||||
height: 100dvh;
|
||||
width: 100dvw;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue