Skip to content

Commit b39159f

Browse files
authored
Update small.css
1 parent 33878ea commit b39159f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/small.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ nav ul li.active a { /* if this were above hover then hover woul
6767
box-shadow: 0 0 16px 0 #5a5a5a inset;
6868
}
6969

70-
nav ul.hide {display: none;}
70+
nav ul.hide {display: none; transition: 1s;}
7171
button.hide {
7272
box-shadow: 0 0 8px 1px #6f6f6f inset;
7373
color: white;
74+
transition: 1s;
7475
}
7576

7677
/*----------- hamburger menu icon --------------*/

0 commit comments

Comments
 (0)