Skip to content

Commit

Permalink
fixed dropdown on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrov-site committed Apr 14, 2024
1 parent 33559f0 commit 90a84d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Navigation/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Navigation() {
<NavMenu />
<Nav
as="ul"
className="flex-row flex-wrap ms-sm-auto align-items-center gap-2"
className="flex-sm-row flex-column flex-wrap ms-sm-auto align-items-sm-center align-items-start gap-2"
>
<LanguageSelector />
<ThemeSelector />
Expand Down

0 comments on commit 90a84d8

Please sign in to comment.