Skip to content

Commit

Permalink
Explicitly set width and height attributes on <img> element
Browse files Browse the repository at this point in the history
  • Loading branch information
veyndan authored and willnorris committed Aug 7, 2023
1 parent 148123c commit 6f74d2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ header {
}

#logo {
height: 75px;
float: left;
margin: 0 1em;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div>
<div class="site-title">
<a href="/">
<img src="/images/WebFinger.svg" id="logo" alt=""/>
<img src="/images/WebFinger.svg" id="logo" alt="" width="49" height="75"/>
<h1>WebFinger</h1>
</a>
<p id="tagline">simple discovery for the web</p>
Expand Down

0 comments on commit 6f74d2f

Please sign in to comment.