fix: add padding to LoginArea in mobile header for better spacing

This commit is contained in:
2025-10-20 16:17:23 +02:00
parent e7039a1b19
commit c428b16408

View File

@@ -53,7 +53,7 @@ export function Header() {
{/* Mobile: show LoginArea in header (bottom nav is still used for nav) */}
<div className="sm:hidden flex items-center">
<ThemeToggle />
<LoginArea />
<LoginArea className='pl-2' />
</div>
</div>
</header>