SSR-256: changes to margin-top spacing

This commit is contained in:
Kroell 2023-02-13 11:16:14 -05:00
parent 728f7d35ac
commit eb78ede3a6

View file

@ -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>