Skip to content

Commit

Permalink
docs(site): remove unnecessary margin-bottom on logo img
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed May 21, 2024
1 parent cc51c36 commit dd5103b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion example/sprokkel.uint.one/cat/css/style.css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ a:not(.unstyled)[href] {
.header-logo img,
.footer-logo img {
height: 2em;
margin-bottom: -0.6em;
}

.header-logo img {
Expand Down
5 changes: 3 additions & 2 deletions example/sprokkel.uint.one/templates/_partials/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<a href="{{ base_url }}">Home</a>
</div>
<div class="header-logo">
Sprokkel <img alt="dove emoji" src="/emoji_u1f54a.svg" /><br>
/'sprɔkəl/
Sprokkel <br>
/'sprɔkəl/
<img alt="dove emoji" src="/emoji_u1f54a.svg" />
</div>
<nav class="header-menu">
<div>
Expand Down

0 comments on commit dd5103b

Please sign in to comment.