Skip to content

Commit

Permalink
header text anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Mar 15, 2024
1 parent d6c0aa1 commit 813a4fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/header-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>
</div>
<div id="main-text" class="header-text col-7">
Sustainable Development Goals
<a href="https://heimsmarkmidin.hagstofa.is/en/">Sustainable Development Goals</a>
</div>
<div class="header-language col-6 col-lg-2">
<div class="upper-desktop-navbar">
Expand Down
2 changes: 1 addition & 1 deletion _includes/header-is.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>
</div>
<div id="main-text" class="header-text col-4">
Heimsmarkmiðin
<a href="https://heimsmarkmidin.hagstofa.is/">Heimsmarkmiðin</a>
</div>
<div class="header-language col-6 col-lg-4">
<div class="upper-desktop-navbar">
Expand Down
6 changes: 5 additions & 1 deletion _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ header.hagstofa {
}
}

.header-text {
.header-text, .header-text a {
font-family: adelle-sans, sans-serif;
font-weight: 600;
font-size: 24px;
Expand All @@ -97,6 +97,10 @@ header.hagstofa {
padding-top: 21px;
}

.header-text a:hover {
text-decoration: none;
}

.upper-desktop-navbar {
float: right;

Expand Down

0 comments on commit 813a4fa

Please sign in to comment.