feat(landing): improve CTA rendering

This commit is contained in:
François Vantomme 2022-01-26 16:56:03 +01:00
parent 299a98b3cb
commit 62562ff7a5
No known key found for this signature in database
GPG key ID: 75A448E06F6B75F8

View file

@ -295,7 +295,6 @@ $users-breakpoint: 950px;
font-size: 24px;
font-weight: bold;
margin-top: 13px;
color: #FFFFFF;
&.grey {
color: $g700;
@ -303,15 +302,19 @@ $users-breakpoint: 950px;
}
.cta-panel-explanation {
font-size: 24px;
font-size: 22px;
margin-bottom: 10px;
color: #FFFFFF;
&.grey {
color: $g700;
}
}
.half .cta-panel-title,
.half .cta-panel-explanation {
text-align: center;
}
.role-panel-title {
font-size: 30px;
font-weight: bold;
@ -357,7 +360,7 @@ $cta-panel-button-border-size: 2px;
@include vertical-padding(15px);
display: block;
border-radius: 100px;
font-size: 24px;
font-size: 22px;
text-align: center;
cursor: pointer;
margin-top: 20px;