Skip to content

Commit 22815bf

Browse files
committed
modifying the footer styles
1 parent a93e7be commit 22815bf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,12 @@ body {
682682
max-width: 1200px;
683683
margin: 0 auto;
684684
}
685+
.footer-container p{
686+
font-size: 1.4rem;
687+
}
685688

686689
.footer-logo {
687-
font-size: 1.5rem;
690+
font-size: 2rem;
688691
font-weight: 800;
689692
margin-bottom: 1rem;
690693
}
@@ -693,7 +696,7 @@ body {
693696

694697
.footer-credits {
695698
color: var(--text-muted);
696-
font-size: 0.9rem;
699+
font-size: 1.1rem;
697700
margin-top: 1.5rem;
698701
}
699702

0 commit comments

Comments
 (0)