diff --git a/main/templates/main/includes/organisms/layout/navbar.html b/main/templates/main/includes/organisms/layout/navbar.html index e3bf53a2a7ca169e31e632b3e0640651c6b24054..bdfe11c21e288204516d45f3e4921ff4d6720bff 100644 --- a/main/templates/main/includes/organisms/layout/navbar.html +++ b/main/templates/main/includes/organisms/layout/navbar.html @@ -15,9 +15,9 @@ <div class="flex items-center xl:items-start"> <!-- BEGIN Logo--> - <a href="{{ page.root_page.url }}" class="z-20"> - <img class="navbar__logo--white w-[150px] lg:w-[unset]" src="{% static 'main/images/logo-full-white.svg' %}" alt=""> - <img class="navbar__logo--black w-[150px] lg:w-[unset]" src="{% static 'main/images/logo-full-black.svg' %}" alt=""> + <a href="{{ page.root_page.url }}" class="z-20 xl:mt-2"> + <img class="navbar__logo--white w-[150px] lg:w-[180px]" src="{% static 'main/images/logo-full-white.svg' %}" alt=""> + <img class="navbar__logo--black w-[150px] lg:w-[180px]" src="{% static 'main/images/logo-full-black.svg' %}" alt=""> </a> <!-- END Logo --> </div>