Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
refactor(style): implemented max width for navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
AteKitty07 committed Oct 10, 2022
1 parent bc8ea1f commit 96670b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page_shell/shell_nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
.logo {
@apply flex items-center;
@apply flex items-center sm:flex-row max-w-30;
padding: .25em;
Expand Down

0 comments on commit 96670b4

Please sign in to comment.