From 8a278c6052aa3cddc878d3342386e9f80fc614e0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 13 Aug 2023 00:03:29 +0400 Subject: [PATCH] Fixed position of a background image on an index page. --- web/assets/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/css/index.css b/web/assets/css/index.css index 60250a7..674f8ca 100755 --- a/web/assets/css/index.css +++ b/web/assets/css/index.css @@ -1,6 +1,6 @@ body { - height: 75vh; - margin-top: 25vh; } + margin-top: 25vh; + min-height: 75vh; } header { position: relative; }