File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ body {
582
582
583
583
.footer {
584
584
display : flex;
585
- height : 105 px ;
585
+ height : 75 px ;
586
586
background-color : var (--light-gray );
587
587
flex-direction : column;
588
588
flex-wrap : nowrap;
@@ -598,32 +598,23 @@ body {
598
598
display : flex;
599
599
width : auto;
600
600
margin-right : 5px ;
601
- font-size : 0.9rem ;
602
- color : # 7a848d ;
601
+ font-size : 0.8rem ;
602
+ color : var (--main-color-txt );
603
+ gap : 5px ;
603
604
}
604
605
605
606
.footer-link {
606
- margin-left : 3px ;
607
- }
608
-
609
- .footer-link--icon {
610
- margin : 0 5px 0 0 ;
611
- }
612
-
613
- .icon-footer {
614
- font-size : 1rem ;
607
+ font-weight : 700 ;
615
608
}
616
609
617
610
.footer-link : visited ,
618
611
.footer-link : link {
619
- font-weight : 500 ;
620
- color : # 7a848d ;
612
+ color : var (--main-color-txt )
621
613
}
622
614
623
615
.footer-link--icon : visited ,
624
616
.footer-link--icon : link {
625
- font-weight : 500 ;
626
- color : # 7a848d ;
617
+ color : var (--main-color-txt )
627
618
}
628
619
629
620
/* ! ===================== ! */
You can’t perform that action at this time.
0 commit comments