Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Hellinger committed Jan 19, 2024
1 parent f518b4e commit 831fab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_includes/partials/site-header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="wrapper layout-grid">
<ul class="layout-span">
<li><a href="/" {% if page.url == "/" %}class="main-nav-item--active"{% endif %}>
<img src="/favicon.jpg" width="64" height="64" alt="Main Logo" />
<img src="/favicon.jpg" width="120" height="120" alt="Main Logo" />
</a></li>
{% for item in collections.all | eleventyNavigation %}
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/_styles/components/site-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

.main-nav ul li {
margin-inline-end: var(--space-xs-s);
line-height: 4;
line-height: 7;
}
}

0 comments on commit 831fab3

Please sign in to comment.