forked from drowl87/hextra_mirror
fix: mobile nav hamburger menu transform
This commit is contained in:
parent
db8374a724
commit
9f785a8c37
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user