Service pages: add top margin to both Request a Quote buttons

This commit is contained in:
Tom Roth
2026-07-31 10:07:01 +02:00
parent 1ead3a9674
commit 51d7221220

View File

@@ -1252,6 +1252,10 @@ a {
line-height: 1.6;
}
.page-hero__inner > .btn {
margin-top: var(--space-4);
}
/* =============================================================================
16. BREADCRUMB
@@ -1401,7 +1405,8 @@ a {
color: var(--col-slate);
}
.service-detail__cta {
.service-detail__cta,
.service-detail__body > .btn {
margin-top: var(--space-6);
}