Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
boobo94 committed Nov 30, 2024
1 parent d3483f9 commit 2d81e2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="{{ site.url }}"></a>
<img src="{{ site.baseurl }}/images/b94_logo.png" alt="why boobo logo">
<a href="{{ site.url }}" class="site-logo">
<img
src="{{ site.baseurl }}/images/b94_logo.png"
alt="why boobo logo"
/>
</a>
<a href="{{ site.url }}" class="site-title">{{ site.logo_title }}</a>
<nav class="site-nav">{% include navigation.html %}</nav>
Expand Down
4 changes: 4 additions & 0 deletions _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
font-size: $h2;
}

.site-header .site-logo {
width: 30px;
}

.site-nav {
margin-top: $space-2;
}
Expand Down

0 comments on commit 2d81e2a

Please sign in to comment.