Skip to content

Commit

Permalink
visar link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Mar 12, 2024
1 parent fdb670d commit 2610766
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ header.hagstofa {
margin-right: 21px;
font-weight: 300;
font-size: 17px;
display: none;
}

.link-button {
Expand Down Expand Up @@ -354,9 +355,13 @@ footer.hagstofa {
#mobile-main-text {
display: none;
}

header.hagstofa .upper-desktop-navbar #link-button-visar {
display: flex;
}
}

@media only screen and (max-width: 992px) {
@media (max-width: 992px) {
.header-search-bar {
width: 100% !important;
}
Expand Down

0 comments on commit 2610766

Please sign in to comment.