Set height for header icon

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 06:42:55 +01:00
parent 18d9d27e17
commit 5fd78f512d
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="content">
<a href="/">
<div class="logo">
<img class="icon" src="{{ site.xaymar.data.logo | absolute_url }}">
<img class="icon" src="{{ site.xaymar.data.logo | absolute_url }}" height="80px">
<figcaption>{{ site.title }}</figcaption>
</div>
</a>