diff --git a/src/app.css b/src/app.css index 5615ec8..f8f41ea 100644 --- a/src/app.css +++ b/src/app.css @@ -62,3 +62,11 @@ body { animation-timing-function: linear; animation-duration: 1s; } + +.rh-screen { + height: calc(100 * var(--vh)); +} + +.min-rh-screen { + min-height: calc(100 * var(--vh)); +} diff --git a/src/app.html b/src/app.html index 895d79b..1ddeee6 100644 --- a/src/app.html +++ b/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% -
+