hopefully fix mobile viewport weirdness
This commit is contained in:
parent
3bcf605ef9
commit
314a7f2be0
1 changed files with 5 additions and 2 deletions
|
@ -57,11 +57,14 @@
|
|||
--radius-lg: calc(2 * var(--radius-unit));
|
||||
--radius-xl: calc(3.25 * var(--radius-unit));
|
||||
--radius-xxl: calc(5.25 * var(--sradius-unit));
|
||||
|
||||
--100vw: calc(100.0 * 1vw);
|
||||
--100vh: calc(100.0 * 1vh);
|
||||
}
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: var(--100vw);
|
||||
height: var(--100vh);
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue