File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 222222}
223223
224224.hero-left p {
225- font-size : clamp (1.1 rem , 2.5 vw , 1.4 rem );
225+ font-size : clamp (1.0 rem , 2.1 vw , 1.2 rem );
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;
You can’t perform that action at this time.
0 commit comments