Skip to content

Commit 6b83db2

Browse files
committed
Update hamburger.css
1 parent 587212b commit 6b83db2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/hamburger.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@
126126
opacity: 1;
127127
transform: translateY(0);
128128
}
129-
90% {
129+
60% {
130+
max-height: 0;
131+
}
132+
80% {
130133
transform: translateY(-10px);
131134
opacity: 0;
132135
}

0 commit comments

Comments
 (0)