File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
Fonts
4
4
===============
5
5
*/
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' );
7
7
8
8
/*
9
9
===============
@@ -43,8 +43,8 @@ Variables
43
43
--clr-green-dark : hsl (125 , 67% , 44% );
44
44
--clr-green-light : hsl (125 , 71% , 66% );
45
45
--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;
48
48
--transition : all 0.3s linear;
49
49
--spacing : 0.1rem ;
50
50
--radius : 0.25rem ;
@@ -199,9 +199,9 @@ nav {
199
199
display : none;
200
200
}
201
201
.links {
202
- height : 0 ;
202
+ /* height: 0;
203
203
overflow: hidden;
204
- transition : var (--transition );
204
+ transition: var(--transition); */
205
205
}
206
206
.show-links {
207
207
height : 10rem ;
You can’t perform that action at this time.
0 commit comments