Skip to content

Commit

Permalink
[Scorecards] Added height to logo
Browse files Browse the repository at this point in the history
This fix gets rid of the warning message on the console.
  • Loading branch information
lucascumsille committed Nov 18, 2024
1 parent f494ff8 commit e89f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/templates/scoring/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<nav class="navbar navbar-expand-lg site-nav">
<div class="d-flex flex-row align-items-center">
<a class="navbar-brand" href="{% url 'scoring:home' %}">
{% include 'caps/icons/council-climate-logo-2023.html' with classes='text-dark' width='7em' height='auto' role='presentation' %}
{% include 'caps/icons/council-climate-logo-2023.html' with classes='text-dark' width='7em' height='2.5em' role='presentation' %}
<span class="visually-hidden">Council Climate Action Scorecards</span>
</a>

Expand Down

0 comments on commit e89f84f

Please sign in to comment.