diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-02-10 09:15:13 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-02-10 09:17:01 +0100 |
commit | d78e41c7314fe68d13e5772522fd75baae24802f (patch) | |
tree | 826934a44f2c8b636a31bcfb5785742b07e0bd9d /templates/partials/shared/nav.html | |
parent | c15d41fc724cc516c470f9af4bb850ede9f877ef (diff) | |
download | garagehq.deuxfleurs.fr-d78e41c7314fe68d13e5772522fd75baae24802f.tar.gz garagehq.deuxfleurs.fr-d78e41c7314fe68d13e5772522fd75baae24802f.zip |
html width attributes have no unitpic-width
Diffstat (limited to 'templates/partials/shared/nav.html')
-rw-r--r-- | templates/partials/shared/nav.html | 4 |
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> |