fix(nav): adds margin to h1 heading on mobile so its not behind search bar

This commit is contained in:
2025-07-06 13:03:51 -05:00
parent 9a1847a2c3
commit d2de374f57

View File

@@ -1,6 +1,6 @@
<nav id="navbar" {{ attributes }} {{ stimulus_controller('navbar') }} {{ stimulus_action('navbar', 'setActive')}} class="flex h-screen flex-col justify-between bg-cyan-950 animate__animated animate__slideInLeft animate__slow">
<div class="px-4 py-4 flex flex-col gap-12">
<h1 class="text-3xl font-extrabold text-orange-500 mb-3">Torsearch</h1>
<h1 class="text-3xl mt-12 md:mt-0 font-extrabold text-orange-500 mb-3">Torsearch</h1>
<ul class="space-y-1">
<li>
<a href="{{ path('app_index') }}"