Add size to header logo
This commit is contained in:
parent
9a3873fac6
commit
5c782ad7b2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<div class="w-60-ns">
|
<div class="w-60-ns">
|
||||||
<h1 id="conservancyheader" class="mt2 mt3-ns mb2 mb3-ns">
|
<h1 id="conservancyheader" class="mt2 mt3-ns mb2 mb3-ns">
|
||||||
<a href="/">
|
<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>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue