Better define background stripe and logo it rifs on

This commit is contained in:
benjamin melançon 2025-07-19 12:13:11 -04:00
parent c18ad4a3e2
commit 7ee525c7d2

View file

@ -12,6 +12,8 @@
// Add a gradient across only a portion of the vertical height of the navbar. // Add a gradient across only a portion of the vertical height of the navbar.
.header { .header {
background-image: url(../../images/green-stripe.png); background-image: url(../../images/green-stripe.png);
background-position-y: var(--bulma-column-gap);
background-repeat: repeat-x;
} }
.site-title { .site-title {
@ -31,10 +33,10 @@
} }
.logo a { .logo a {
display: block; display: block;
width: 12.4375rem; // 199px
} }
.logo img { .logo img {
height: 7.5rem; height: 7.5rem; // 120px
width: 12.4375rem; // 199px
} }
// @include from($tablet) { // @include from($tablet) {
// width: fit-content; // width: fit-content;