From 3879e19e7facd84a2485651546d0154295bdf691 Mon Sep 17 00:00:00 2001 From: Eugene <151620493+asv-soft-u03@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:14:57 +0300 Subject: [PATCH] fix: height main container Update styles.css --- styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index eda13f1..7895054 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -123,7 +123,7 @@ navbar{ right: 0; border-radius: 30px 0 0 0; background-image: url(/styles/image/screenshots/map.png); - height: 100vh; + height: 93vh; } .support-div{