@@ -513,6 +513,18 @@ form textarea {
513
513
background-color : var (--color-dark );
514
514
}
515
515
516
+ @media only screen and (max-width : 728px ) {
517
+ .footer {
518
+ padding : 2rem 4rem 3rem 4rem ;
519
+ }
520
+ }
521
+
522
+ @media only screen and (max-width : 380px ) {
523
+ .footer {
524
+ height : 35rem ;
525
+ }
526
+ }
527
+
516
528
.footer__top-container {
517
529
padding : 0 2rem ;
518
530
display : flex;
@@ -521,6 +533,15 @@ form textarea {
521
533
align-items : center;
522
534
}
523
535
536
+ @media only screen and (max-width : 380px ) {
537
+ .footer__top-container {
538
+ flex-direction : column-reverse;
539
+ align-items : center;
540
+ justify-content : center;
541
+ height : 22rem ;
542
+ }
543
+ }
544
+
524
545
.footer__logo {
525
546
height : 10rem ;
526
547
width : 11.2rem ;
@@ -531,8 +552,16 @@ form textarea {
531
552
margin : 0 ;
532
553
list-style : none;
533
554
}
555
+
556
+ @media only screen and (max-width : 380px ) {
557
+ .footer__list {
558
+ text-align : center;
559
+ margin-top : 2.4rem ;
560
+ }
561
+ }
562
+
534
563
.footer__list__item {
535
- margin-top : 1 rem ;
564
+ margin-top : 0.5 rem ;
536
565
}
537
566
538
567
.footer__list__item a {
@@ -554,10 +583,11 @@ form textarea {
554
583
padding-top : 1rem ;
555
584
}
556
585
557
- .footer__copyright {
558
- color : var (--color-grey-light );
559
- font-weight : 300 ;
560
- font-size : 1.4rem ;
586
+ @media only screen and (max-width : 380px ) {
587
+ .footer__bottom-container {
588
+ flex-direction : column;
589
+ align-items : center;
590
+ }
561
591
}
562
592
563
593
.footer--logo-lemon-container : hover .footer--logo-lemon {
@@ -584,6 +614,9 @@ form textarea {
584
614
.footer__icon-list-item {
585
615
margin-right : 1.2rem ;
586
616
}
617
+ .footer__icon-list-item : last-of-type {
618
+ margin-right : 0 ;
619
+ }
587
620
588
621
.footer__icon {
589
622
height : 2.4rem ;
@@ -608,8 +641,14 @@ form textarea {
608
641
fill : var (--color-primary-main );
609
642
}
610
643
644
+ .footer__copyright {
645
+ color : var (--color-grey-light );
646
+ font-weight : 300 ;
647
+ font-size : 1.4rem ;
648
+ }
649
+
611
650
@media only screen and (max-width : 578px ) {
612
- .footer {
613
- padding : 2 rem 2 rem ;
651
+ .footer__copyright {
652
+ margin-top : 0.4 rem ;
614
653
}
615
654
}
0 commit comments