From 04b861b46e6955b943eb79e6cee0b04cbb692857 Mon Sep 17 00:00:00 2001 From: M_12 Date: Tue, 18 Apr 2023 23:39:58 +0600 Subject: [PATCH] style 404 height 100% --- source/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/style.css b/source/style.css index edfc7f1..278fdf5 100644 --- a/source/style.css +++ b/source/style.css @@ -12,6 +12,12 @@ font-family: "Martian Mono"; font-size: 6.604747162022703vmin; } + +html { + width: 100%; + height: 100%; +} + /* ============DESKTOP============ */ /* MAIN_SITE_START */ .main.desktop { @@ -81,7 +87,7 @@ .main.error { display: grid; width: 100%; - height: -webkit-fill-available; + height: 100%; background: var(--main-g-color); grid-template-rows: 3.3023735810113517vmin auto 3.3023735810113517vmin; }