Skip to content

Commit 7599cfd

Browse files
authored
Merge pull request #251 from w3bdesign/development
Update Hamburger.component.jsx
2 parents 307a5fb + 5624c68 commit 7599cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Header/Hamburger.component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ const Hamburger = () => {
1414
to: [
1515
{
1616
opacity: isExpanded ? 1 : 0,
17-
marginTop: isExpanded ? '180px' : '-180px',
17+
marginTop: isExpanded ? '170px' : '-180px',
1818
},
1919
],
2020
from: {
2121
opacity: isExpanded ? 1 : 0,
22-
marginTop: isExpanded ? '180px' : '-180px',
22+
marginTop: isExpanded ? '170px' : '-180px',
2323
},
2424
});
2525

0 commit comments

Comments
 (0)