Adjust body size to visible viewport.
This commit is contained in:
parent
90cf44906d
commit
8e5b1ed77f
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ body {
|
|||
flex-direction: column;
|
||||
padding: 2em;
|
||||
gap: 1em;
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
height: 100svh;
|
||||
max-height: 100svh;
|
||||
width: 30vw;
|
||||
margin: auto;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue