spacing fix
This commit is contained in:
parent
b3de5c58e0
commit
89c029b41d
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"/>
|
||||
<addressQuestions ref="addressQuestions" v-model="customerQuestions.addressQuestions" includeStreetAddress2="true" />
|
||||
<addressQuestions ref="addressQuestions" v-model="customerQuestions.addressQuestions" includeStreetAddress2="true" id="address-questions" />
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<textboxQuestion
|
||||
|
|
@ -141,4 +141,8 @@ export default {
|
|||
{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#address-questions {
|
||||
margin-top: 24px !important;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in a new issue