Skip to content

Commit fc47359

Browse files
committed
Adjust mobile menu
1 parent 5839ecb commit fc47359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/Components/Header.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</div>
3232
</div>
3333

34-
<div class="-mr-2 flex md:hidden">
34+
<div class="flex md:hidden">
3535
<button
3636
@click="mobileMenuOpen = !mobileMenuOpen"
3737
type="button"
38-
class="relative inline-flex items-center justify-center rounded-md bg-brand-100 p-2 text-brand-900 hover:bg-brand-900 hover:text-white"
38+
class="relative inline-flex items-center justify-center rounded-md bg-brand-100 p-2 text-brand-900 hover:bg-brand-900 hover:text-white cursor-pointer"
3939
>
4040
<span class="sr-only">Open main menu</span>
4141
<XMarkIcon
@@ -55,7 +55,7 @@
5555
v-show="mobileMenuOpen"
5656
class="md:hidden"
5757
>
58-
<div class="space-y-1 px-2 pb-3 pt-2 sm:px-3">
58+
<div class="space-y-1 pb-3 pt-2">
5959
<template
6060
v-for="link in menu"
6161
:key="link.label"

0 commit comments

Comments
 (0)