Add size to header logo

This commit is contained in:
Ben Sturmfels 2024-05-13 18:11:37 +10:00
parent 9a3873fac6
commit 5c782ad7b2
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -22,7 +22,7 @@
<div class="w-60-ns">
<h1 id="conservancyheader" class="mt2 mt3-ns mb2 mb3-ns">
<a href="/">
<img src="{% static 'img/conservancy-header.svg' %}" alt="Software Freedom Conservancy" class="db center mh3-ns" />
<img src="{% static 'img/conservancy-header.svg' %}" alt="Software Freedom Conservancy" class="db center mh3-ns" width="284" height="90" />
</a>
</h1>
</div>