fix: mobile nav hamburger menu transform

This commit is contained in:
Xin 2023-08-16 17:31:33 +01:00
parent db8374a724
commit 9f785a8c37

View File

@ -34,13 +34,13 @@ nav {
g:nth-of-type(1) { g:nth-of-type(1) {
@apply rotate-45; @apply rotate-45;
path { path {
transform: translate3d(0, 6px, 0); transform: translate3d(0, 4px, 0);
} }
} }
g:nth-of-type(2) { g:nth-of-type(2) {
@apply -rotate-45; @apply -rotate-45;
path { path {
transform: translate3d(0, -6px, 0); transform: translate3d(0, -4px, 0);
} }
} }
} }