Skip to content

Commit 9af4b80

Browse files
committed
show links by default
1 parent f1142fa commit 9af4b80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

4-navbar/setup/styles.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fonts
44
===============
55
*/
6-
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
6+
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap');
77

88
/*
99
===============
@@ -43,8 +43,8 @@ Variables
4343
--clr-green-dark: hsl(125, 67%, 44%);
4444
--clr-green-light: hsl(125, 71%, 66%);
4545
--clr-black: #222;
46-
--ff-primary: "Roboto", sans-serif;
47-
--ff-secondary: "Open Sans", sans-serif;
46+
--ff-primary: 'Roboto', sans-serif;
47+
--ff-secondary: 'Open Sans', sans-serif;
4848
--transition: all 0.3s linear;
4949
--spacing: 0.1rem;
5050
--radius: 0.25rem;
@@ -199,9 +199,9 @@ nav {
199199
display: none;
200200
}
201201
.links {
202-
height: 0;
202+
/* height: 0;
203203
overflow: hidden;
204-
transition: var(--transition);
204+
transition: var(--transition); */
205205
}
206206
.show-links {
207207
height: 10rem;

0 commit comments

Comments
 (0)