AMPERION_Webpage/themes/airspace-hugo/assets/scss/templates/_call-to-action.scss

27 lines
349 B
SCSS
Raw Normal View History

2025-06-07 23:02:15 +02:00
.call-to-action {
text-align: center;
padding: 70px 0px;
@include tablet {
padding-top: 20px;
padding-bottom: 20px;
}
h2 {
color: $white;
margin: 0px;
padding: 30px 0px;
}
p {
color: $white;
}
.btn-main {
padding: 15px 35px;
font-size: 14px;
margin-top: 30px;
margin-bottom: 30px;
}
}