fix: improve zoom on phone
This commit is contained in:
parent
aceacfc7a2
commit
196b92f9e8
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
html {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
background-color: var(--bg-color);
|
||||
color: var(--fg-color);
|
||||
font-size: 1em;
|
||||
|
|
@ -15,7 +15,7 @@ html {
|
|||
|
||||
body {
|
||||
width: 80ch;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue