Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
fos7er committed Nov 7, 2023
1 parent 5104376 commit 1a83c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/header/MobileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
tabindex="0"
@click="$emit('toggle',i)"
>
<div class="mobile-menu__link-group__title hover:text-primary cursor-pointer relative">
<div class="mobile-menu__link-group__title px-2 hover:text-primary cursor-pointer relative">
<NuxtLink
v-if="item.path"
:to="{path:localePath(item.path), hash: item.hash}"
Expand Down

0 comments on commit 1a83c2b

Please sign in to comment.