Set width and height for hero
This commit is contained in:
parent
923425b898
commit
d3f0110f93
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
bind:this={logo}
|
||||
>
|
||||
<a href={SITE_URL} class="u-url u-uid" rel="me"
|
||||
><img class="u-photo" src={url} alt="Logo" /></a
|
||||
><img class="u-photo" src={url} alt="Logo" width="128" height="128" /></a
|
||||
>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue