Skip to content

Commit

Permalink
en header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Mar 13, 2024
1 parent af44178 commit 5919cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _includes/header-en.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<header class="hagstofa">
<div class="container">
<div class="row">
<div class="brand col-6 col-lg-4">
<div class="brand col-6 col-lg-3">
<a href="https://hagstofa.is/">
<img src="{{ site.baseurl }}/assets/img/header_brand_en.svg" alt="Hagstofa Íslands" />
</a>
</div>
<div id="main-text" class="header-text col-4">
<div id="main-text" class="header-text col-7">
Sustainable Development Goals
</div>
<div class="header-language col-6 col-lg-4">
<div class="header-language col-6 col-lg-2">
<div class="upper-desktop-navbar">
<a id="link-button-language" class="link-button" href="{{ site.baseurl }}/">
<i class="picon-tungumal"></i>
Expand Down
2 changes: 1 addition & 1 deletion _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ footer.hagstofa {
}
}

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

0 comments on commit 5919cf2

Please sign in to comment.