aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/shared/nav.html
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-04-08 11:39:58 +0200
committerAlex <alex@adnab.me>2022-04-08 11:39:58 +0200
commit39dd3a8183226495a6c43e3142a089c0e502aed5 (patch)
treede4855b8b91969ffca343715c68a91f7b5b26601 /templates/partials/shared/nav.html
parent36f3a1783c915c822e407005115a32889f4a3ccb (diff)
parentd78e41c7314fe68d13e5772522fd75baae24802f (diff)
downloadgaragehq.deuxfleurs.fr-39dd3a8183226495a6c43e3142a089c0e502aed5.tar.gz
garagehq.deuxfleurs.fr-39dd3a8183226495a6c43e3142a089c0e502aed5.zip
Merge pull request 'html width attributes have no width' (#5) from pic-width into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/5
Diffstat (limited to 'templates/partials/shared/nav.html')
-rw-r--r--templates/partials/shared/nav.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/shared/nav.html b/templates/partials/shared/nav.html
index 6231f19..b28dcae 100644
--- a/templates/partials/shared/nav.html
+++ b/templates/partials/shared/nav.html
@@ -3,7 +3,7 @@
<div class="navbar-brand">
<a class="hover:rounded-full hover:bg-white" href="{{config.base_url}}">
<img class="px-2 transform duration-150 focus:bg-white hover:bg-white hover:shadow rounded-lg"
- src="{{ config.extra.organization.logo_horizontal }}" width="120px">
+ src="{{ config.extra.organization.logo_horizontal }}" width="120">
</a>
</div>
<input type="checkbox" id="navMenuToggleBtn" value="0"/>
@@ -49,4 +49,4 @@
</div>
</div>
</div>
-</nav> \ No newline at end of file
+</nav>