🐛 fixes logo alignment in header

I think this negative margin is not longer needed after last weeks slight header refactor.
This commit is contained in:
Greg Newman
2023-10-12 08:35:10 -04:00
parent f49bbf739c
commit 644122ea15

View File

@@ -9,11 +9,11 @@
<div class="hidden items-center py-1 px-2 border-b-2 border-gray-300 md:flex dark:border-charcoal">
<div class="w-[100px]">
<a href="{% url 'home' %}" class="inline-block">
<img class="hidden w-auto dark:inline-block h-[25px] -mb-[1px]"
<img class="hidden w-auto dark:inline-block h-[25px]"
src="{% static 'img/Boost_Brandmark_WhiteBoost_Transparent.svg' %}"
alt="Boost">
<img class="inline-block w-auto dark:hidden h-[25px] -mb-[1px]"
<img class="inline-block w-auto dark:hidden h-[25px]"
src="{% static 'img/Boost_Brandmark_BlackBoost_Transparent.svg' %}"
alt="Boost">
</a>