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;