Added size data to img

This commit is contained in:
Edgar P. Burkhart 2022-01-28 14:53:18 +01:00
parent e6ddc2cfc8
commit 3576cf454f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ h1 {
} }
h1 > img { h1 > img {
height: 4rem; height: 4rem;
width: 4rem;
vertical-align: bottom; vertical-align: bottom;
} }

View File

@ -7,7 +7,7 @@
{% block body %} {% block body %}
<div class="topbar"> <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>
<div id="events"> <div id="events">