From 030c5f75707588bd593743304ac8445b7ba06132 Mon Sep 17 00:00:00 2001 From: suhankins Date: Wed, 26 Jul 2023 23:05:04 +0400 Subject: [PATCH] added body min-height for redirect page --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 9ea8603..fdddb08 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,11 @@ html { line-height: 1.5rem; } +body { + min-height: 1dvh; + min-height: 1vh; +} + @media (prefers-color-scheme: dark) { html { background-color: #0f0f0f;