Skip to content

Commit b3a3433

Browse files
Update footer
1 parent 34ded64 commit b3a3433

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

styles.css

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ a {
222222
}
223223

224224
.hero-left p {
225-
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
225+
font-size: clamp(1.0rem, 2.1vw, 1.2rem);
226226
margin-block: 1rem 2rem;
227227
max-width: 480px
228228
}
@@ -566,6 +566,34 @@ footer {
566566
box-shadow: 0 -2px 6px rgba(0, 0, 0, .05)
567567
}
568568

569+
.footer-flex {
570+
display: flex;
571+
justify-content: space-between;
572+
align-items: center;
573+
gap: 1rem;
574+
flex-wrap: wrap
575+
}
576+
577+
.social a {
578+
font-size: 1.4rem;
579+
color: var(--clr-text);
580+
margin-left: .75rem;
581+
transition: color .25s
582+
}
583+
584+
.social a:first-child {
585+
margin-left: 0
586+
}
587+
588+
.social a:hover {
589+
color: var(--clr-accent)
590+
}
591+
592+
.emoji {
593+
font-size: 1.4rem;
594+
line-height: 1
595+
}
596+
569597
/* SIDE PANEL */
570598
.side-panel {
571599
position: fixed;

0 commit comments

Comments
 (0)