mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:53:49 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user