Skip to content

Commit 7c69a59

Browse files
authored
Update small.css
1 parent 0ae73e6 commit 7c69a59

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

css/small.css

+3-7
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ nav button {
3636
color: #555;
3737
transition: 1s;
3838
}
39+
3940
@keyframes navULshow {
40-
from {opacity: .2; height: 0; width: 0}
41+
from {opacity: 0; height: 0; width: 0}
4142
to {opacity: 1; height: 100%; width: 100%}
4243
}
43-
@keyframes navULhide {
44-
from {opacity: 1;}
45-
to {opacity: .2;}
46-
}
44+
4745
nav ul {
4846
list-style-type: none;
4947
padding: 0;
@@ -79,8 +77,6 @@ nav ul li.active a { /* if this were above hover then hover woul
7977
}
8078

8179
nav ul.hide {
82-
animation-name: navULhide;
83-
animation-duration: 1s;
8480
display: none;
8581
}
8682
nav button.hide {

0 commit comments

Comments
 (0)