Service pages: add top margin to both Request a Quote buttons
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user