Skip to content

Commit f1481f9

Browse files
committed
New footer styles
1 parent 4540bfb commit f1481f9

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

css/styles.css

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ body {
582582

583583
.footer {
584584
display: flex;
585-
height: 105px;
585+
height: 75px;
586586
background-color: var(--light-gray);
587587
flex-direction: column;
588588
flex-wrap: nowrap;
@@ -598,32 +598,23 @@ body {
598598
display: flex;
599599
width: auto;
600600
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;
603604
}
604605

605606
.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;
615608
}
616609

617610
.footer-link:visited,
618611
.footer-link:link {
619-
font-weight: 500;
620-
color: #7a848d;
612+
color: var(--main-color-txt)
621613
}
622614

623615
.footer-link--icon:visited,
624616
.footer-link--icon:link {
625-
font-weight: 500;
626-
color: #7a848d;
617+
color: var(--main-color-txt)
627618
}
628619

629620
/* ! ===================== ! */

0 commit comments

Comments
 (0)