Skip to content

Commit 7c7e7c4

Browse files
committed
fix: adjust hamburger menu animation for improved visual effect
1 parent 593faac commit 7c7e7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ input:checked + .toggle-slider:before {
790790
}
791791

792792
.hamburger.open .hamburger-line:nth-child(3) {
793-
transform: translateY(-9px) rotate(-45deg);
793+
transform: translateY(-5px) rotate(-45deg);
794794
}
795795
}
796796

0 commit comments

Comments
 (0)