From 9e64798141d9871ce1dd4c3a438dd9fb8e3f124e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Thu, 21 Dec 2023 15:43:42 +0100 Subject: [PATCH] logo size --- main/templates/main/includes/organisms/layout/navbar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/templates/main/includes/organisms/layout/navbar.html b/main/templates/main/includes/organisms/layout/navbar.html index e3bf53a2..bdfe11c2 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> -- GitLab