Add CTA section to homepage
with box ctas
This commit is contained in:
@@ -129,4 +129,33 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// CTAS
|
||||
&__ctas {
|
||||
text-align: center;
|
||||
margin-bottom: 72px;
|
||||
|
||||
p {
|
||||
font-family: $font-sans;
|
||||
font-size: rem(32px);
|
||||
color: $color-tertiary;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
|
||||
strong {
|
||||
font-weight: 300;
|
||||
color: $color-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.cards {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 72px;
|
||||
|
||||
& > * {
|
||||
margin: 0 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user