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

Commit d70296d

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

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/css/style.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ body {
1313
font-family: Segoe UI, sans-serif;
1414
}
1515

16-
.test {
17-
border: 1px solid red;
18-
}
19-
2016
/*
2117
responsive menu style
2218
*/
@@ -28,14 +24,14 @@ body {
2824
}
2925

3026
.nav .click .menu {
31-
transition: all 0.2s ease;
32-
font-size: 14px;
33-
padding: 8px 9px;
27+
border-radius: 30px;
28+
transition: all 0.2s ease;
29+
font-size: 14px;
30+
padding: 8px 9px;
3431
}
3532

3633
.nav .click .menu:hover {
37-
border-radius: 30px;
38-
background: #202021;
34+
background-color: #202021;
3935
}
4036

4137
.nav .responsive { display: none; }

0 commit comments

Comments
 (0)