Skip to content

Commit

Permalink
fix: Menu on mobile broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Apr 7, 2023
1 parent 6f596ae commit 2352b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
fixed-top
mobile-burger
spaced
wrapper-class="container is-fluid">
:wrapper-class="{ container: true, 'is-fluid': !isMobile }">
<template #brand>
<b-navbar-item :to="{ path: '/' }" class="logo" tag="nuxt-link">
<img
Expand Down

0 comments on commit 2352b83

Please sign in to comment.