Fix navigation detail with menu

This commit is contained in:
prototypa
2022-08-19 04:52:54 -04:00
parent 59b4808461
commit 46f79355f6
2 changed files with 10 additions and 3 deletions

View File

@ -8,10 +8,10 @@
}
}
.menu-opened .line1 {
[data-aw-toggle-menu].expanded .line1 {
transform: rotate(-45deg) translate(-12px, 8px);
}
.menu-opened .line2 {
[data-aw-toggle-menu].expanded .line2 {
transform: rotate(45deg) translate(4px, -16px);
}