SSR-256: changes to margin-top spacing
This commit is contained in:
parent
728f7d35ac
commit
eb78ede3a6
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<div class="fade-on-route-transition">
|
||||
<siteHeader cmsWidgetName="SiteHeaderWidget"/>
|
||||
<siteSubHeader cmsWidgetName="SiteSubHeaderWidget" id="sub-header"/>
|
||||
<addressQuestions ref="addressQuestions" v-model="customerQuestions.addressQuestions" includeStreetAddress2="true" />
|
||||
<addressQuestions ref="addressQuestions" v-model="customerQuestions.addressQuestions" includeStreetAddress2="true" id="address-questions-wrapper"/>
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<textboxQuestion
|
||||
|
|
@ -147,4 +147,8 @@ export default {
|
|||
line-height: 26px;
|
||||
color: #4D5151;
|
||||
}
|
||||
|
||||
#address-questions-wrapper {
|
||||
margin-top: 24px;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in a new issue