Commit c0ccf2e9 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): styled "take back control of your social media" on the bottom

1 merge request!623WIP: Homepage redesign
Pipeline #102287688 failed with stages
in 29 minutes and 42 seconds
......@@ -102,26 +102,6 @@ m-homepage {
padding-right: 129px;
}
.m-homepage__joinButton {
font-size: 20px;
line-height: 26px;
width: 230px;
height: 60px;
margin: 60px 0;
@include m-theme() {
background: themed($m-aqua);
border-color: themed($m-aqua) !important;
}
@media screen and (max-width: $max-mobile) {
width: 100%;
}
&.m-homepage__joinButton--first {
margin: 22px 0 74px 10px;
}
}
&::after {
content: '';
clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 100%);
......@@ -346,6 +326,26 @@ m-homepage {
}
}
.m-homepage__joinButton {
font-size: 20px;
line-height: 26px;
width: 230px;
height: 60px;
margin: 60px 0;
@include m-theme() {
background: themed($m-aqua);
border-color: themed($m-aqua) !important;
}
@media screen and (max-width: $max-mobile) {
width: 100%;
}
&.m-homepage__joinButton--first {
margin: 22px 0 74px 10px;
}
}
.m-homepage__appButtons {
display: flex;
flex-direction: row;
......@@ -420,4 +420,26 @@ m-homepage {
margin-top: 100px;
}
}
.m-marketing__section--tail {
.m-marketing__wrapper {
.m-marketingTitle__centered {
font-size: 28px;
line-height: 37px;
color: #4a4a4a;
white-space: nowrap;
@media screen and (max-width: $max-mobile) {
font-size: 19px;
line-height: 25px;
}
}
.m-homepage__joinButton {
width: 230px;
height: 60px;
margin: 0 auto;
}
}
}
}
Please register or to comment