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
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -1061,10 +1061,6 @@ th[data-sort].sort-asc::after {
}
.hero-topbar {
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
gap: 0.75rem;
}