Better define background stripe and logo it rifs on
This commit is contained in:
parent
c18ad4a3e2
commit
7ee525c7d2
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue