Changeset - 5c782ad7b2dd
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-05-13 08:11:37
ben@sturm.com.au
Add size to header logo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -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>
0 comments (0 inline, 0 general)