Skip to content

Commit

Permalink
fix navbar breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-egger committed Jul 28, 2023
1 parent b1f0249 commit 22d0e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databrowser/src/layouts/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
</div>
<div class="bg-white">
<ContentAlignmentX
class="m-auto flex flex-col gap-x-20 gap-y-2 px-4 py-1 md:flex-row xl:w-default 2xl:px-0"
class="m-auto flex flex-col gap-x-20 gap-y-2 px-4 py-1 lg:flex-row xl:w-default 2xl:px-0"
>
<div class="flex items-center">
<router-link
Expand Down

0 comments on commit 22d0e0e

Please sign in to comment.