From 7ee525c7d22e34d64c5455ba378b9af00b7c9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jul 2025 12:13:11 -0400 Subject: [PATCH] Better define background stripe and logo it rifs on --- web/themes/custom/geofresco/src/global/_elements.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index f57f436..d147f9c 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -12,6 +12,8 @@ // Add a gradient across only a portion of the vertical height of the navbar. .header { background-image: url(../../images/green-stripe.png); + background-position-y: var(--bulma-column-gap); + background-repeat: repeat-x; } .site-title { @@ -31,10 +33,10 @@ } .logo a { display: block; - width: 12.4375rem; // 199px } .logo img { - height: 7.5rem; + height: 7.5rem; // 120px + width: 12.4375rem; // 199px } // @include from($tablet) { // width: fit-content;