mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-14 03:11:44 +08:00
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:
parent
80d9279f78
commit
0b081100d2
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user