fix(css): remove explicit flex layout from .hero-topbar mobile override

The flex properties (align-items, flex-direction, flex-wrap, justify-content)
were overriding the default layout unnecessarily on mobile.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 13:35:06 +08:00
parent 80d9279f78
commit 0b081100d2
-4
View File
@@ -1061,10 +1061,6 @@ th[data-sort].sort-asc::after {
} }
.hero-topbar { .hero-topbar {
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
gap: 0.75rem; gap: 0.75rem;
} }