File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33Fonts
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 ;
@@ -247,7 +247,7 @@ Sidebar
247247 row-gap : 1rem ;
248248 box-shadow : var (--clr-red-dark );
249249 transition : var (--transition );
250- transform : translate (-100% );
250+ /* transform: translate(-100%); */
251251}
252252.show-sidebar {
253253 transform : translate (0 );
You can’t perform that action at this time.
0 commit comments