Skip to content
Snippets Groups Projects
Commit 061911fe authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Remove height attribute from logo on guest pages

parent 5ea93d31
No related branches found
No related tags found
1 merge request!253Resolve "Language button overflows on tablet screen size"
......@@ -7,7 +7,7 @@
<div class="navbar navbar-expand-lg navbar-light bg-transparent px-1 py-md-3 py-2">
<div class="container">
<a class="navbar-brand mr-0" href="/">
<img src="/img/logo.svg" height="60" class="d-inline-block align-middle" alt="">
<img src="/img/logo.svg" class="d-inline-block align-middle" alt="">
</a>
<a class="nav-link text-center offset-lg-4 btn btn-logout" href="/logout" th:text="#{login.logout}"></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment