Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 84a1b12

Browse files
authored
Update style.css
1 parent 5456851 commit 84a1b12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ body {
2828
}
2929

3030
.nav .click .menu {
31-
font-size: 14px;
32-
padding: 8px 9px;
31+
transition: all 0.2s ease;
32+
font-size: 14px;
33+
padding: 8px 9px;
3334
}
3435

3536
.nav .click .menu:hover {

0 commit comments

Comments
 (0)