Skip to content

Commit 4ccfda5

Browse files
authored
Update small.css
1 parent b39159f commit 4ccfda5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/small.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ nav ul {
3939
list-style-type: none;
4040
padding: 0;
4141
margin: 0;
42+
display: block;
43+
transition: display 1s;
4244
}
4345
/* nav ul li {
4446
float: left;
@@ -67,7 +69,7 @@ nav ul li.active a { /* if this were above hover then hover woul
6769
box-shadow: 0 0 16px 0 #5a5a5a inset;
6870
}
6971

70-
nav ul.hide {display: none; transition: 1s;}
72+
nav ul.hide {display: none; }
7173
button.hide {
7274
box-shadow: 0 0 8px 1px #6f6f6f inset;
7375
color: white;

0 commit comments

Comments
 (0)