From d0bf5a12429bb9b7fb9c42e0362e085f1515e408 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 22:43:42 +0100 Subject: [PATCH] Change header image height by 2px to prevent bg-color --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index a29bb14..60e678f 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -19,7 +19,7 @@ body { background-repeat: no-repeat; background-position: top; background-size: cover; - height: 275px; + height: 273px; min-width: 100%; max-width: 100%; margin: auto;