Added size data to img
This commit is contained in:
parent
e6ddc2cfc8
commit
3576cf454f
2 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@ h1 {
|
|||
}
|
||||
h1 > img {
|
||||
height: 4rem;
|
||||
width: 4rem;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
{% block body %}
|
||||
<div class="topbar">
|
||||
<h1><img src="/static/svg/logo.svg" alt="" /> Saturn</h1>
|
||||
<h1><img width="64px" height="64px" src="/static/svg/logo.svg" alt="" /> Saturn</h1>
|
||||
</div>
|
||||
|
||||
<div id="events">
|
||||
|
|
Reference in a new issue