@@ -14,12 +14,12 @@ const Hamburger = () => {
14
14
to : [
15
15
{
16
16
opacity : isExpanded ? 1 : 0 ,
17
- marginTop : isExpanded ? '180px ' : '-180px' ,
17
+ marginTop : isExpanded ? '335px ' : '-180px' ,
18
18
} ,
19
19
] ,
20
20
from : {
21
21
opacity : isExpanded ? 1 : 0 ,
22
- marginTop : isExpanded ? '180px ' : '-180px' ,
22
+ marginTop : isExpanded ? '335px ' : '-180px' ,
23
23
} ,
24
24
} ) ;
25
25
@@ -99,7 +99,7 @@ const Hamburger = () => {
99
99
className = "absolute right-0 z-10 w-full text-center text-black bg-white "
100
100
>
101
101
< ul >
102
- < li className = "w-full p-4 border-b border-gray-400 border-solid rounded" >
102
+ < li className = "w-full p-4 border-t border-gray-400 border-solid rounded" >
103
103
< Link href = "/" >
104
104
< a
105
105
className = "inline-block px-4 py-2 no-underline hover:text-black hover:underline"
@@ -109,7 +109,7 @@ const Hamburger = () => {
109
109
</ a >
110
110
</ Link >
111
111
</ li >
112
- < li className = "w-full p-4 border-b border-gray-400 border-solid rounded" >
112
+ < li className = "w-full p-4 border-t border-gray-400 border-solid rounded" >
113
113
< Link href = "/produkter" >
114
114
< a
115
115
className = "inline-block px-4 py-2 no-underline hover:text-black hover:underline"
@@ -121,7 +121,7 @@ const Hamburger = () => {
121
121
</ li >
122
122
< li
123
123
id = "mobile-li"
124
- className = "w-full p-4 border-b border-gray-400 border-solid rounded"
124
+ className = "w-full p-4 border-t border- b border-gray-400 border-solid rounded"
125
125
>
126
126
< Link href = "/kategorier" >
127
127
< a
0 commit comments