From 999d2afc367ee20745b411475ff02c235e8482ba Mon Sep 17 00:00:00 2001 From: Hadrien Montanelli Date: Sun, 5 Nov 2023 11:44:51 +0100 Subject: [PATCH] Change banner height to 40 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1b1940a..406ad6a 100755 --- a/css/style.css +++ b/css/style.css @@ -215,7 +215,7 @@ a:hover, a:active, a:focus { .main-single-post, .main-gallery, .main-contact { - height: 65vh; + height: 40vh; } .overlay {