mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
🐛 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user