fix: swap height rule order
This commit is contained in:
@@ -31,8 +31,8 @@ body {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
width: calc(100% - 4rem - 2px);
|
width: calc(100% - 4rem - 2px);
|
||||||
height: calc(100svh - 6rem - 2px);
|
|
||||||
height: calc(100vh - 6rem - 2px);
|
height: calc(100vh - 6rem - 2px);
|
||||||
|
height: calc(100svh - 6rem - 2px);
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--base);
|
background-color: var(--base);
|
||||||
|
Reference in New Issue
Block a user