File tree Expand file tree Collapse file tree 1 file changed +46
-9
lines changed
Expand file tree Collapse file tree 1 file changed +46
-9
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,20 @@ body {
434434 padding : 15px 10% ;
435435}
436436
437+ .plataformas-title {
438+ display : flex;
439+ align-items : center;
440+ }
441+
442+ .plataformas-title h1 {
443+ font-size : 3em ;
444+ }
445+
446+ # plataforma-carousel {
447+ display : flex;
448+ align-items : center;
449+ }
450+
437451.plataforma-slide {
438452 display : flex;
439453 flex-direction : row;
@@ -498,6 +512,20 @@ body {
498512 padding : 15px 10% ;
499513}
500514
515+ .publisher-title {
516+ display : flex;
517+ align-items : center;
518+ }
519+
520+ .publisher-title h1 {
521+ font-size : 3em ;
522+ }
523+
524+ # publisher-carousel {
525+ display : flex;
526+ align-items : center;
527+ }
528+
501529.publisher-slide {
502530 display : flex;
503531 flex-direction : row;
@@ -720,18 +748,10 @@ footer p {
720748 font-size : 35pt ;
721749 }
722750
723- /* PLATAFORMA */
724- .plataforma-area-card {
725- height : 200px ;
726- }
727-
728751 /* PUBLISHERS */
729752 .publisher {
730753 min-height : 960px ;
731754 }
732- .publisher-area-card {
733- height : 200px ;
734- }
735755}
736756
737757@media screen and (max-width : 800px ) {
@@ -761,7 +781,7 @@ footer p {
761781
762782 .card {
763783 background-position-y : 75% ;
764- }
784+ }
765785}
766786
767787@media screen and (max-width : 576px ) {
@@ -773,10 +793,27 @@ footer p {
773793 /* PLATAFORMA */
774794 .plataformas {
775795 height : auto;
796+ padding-bottom : 200px ;
797+ }
798+
799+ .plataformas-title {
800+ justify-content : center;
801+ }
802+
803+ .plataforma-area-card {
804+ height : 200px ;
776805 }
777806
778807 /* PUBLISHER */
779808 .publisher {
780809 height : auto;
781810 }
811+
812+ .publisher-title {
813+ justify-content : center;
814+ }
815+
816+ .publisher-area-card {
817+ height : 200px ;
818+ }
782819}
You can’t perform that action at this time.
0 commit comments