Merge pull request #2243 from Safelite/CASH-147-move-return-user-block-lower-in-page
CASH-147 move contine scheduling/start over block lower in page.
This commit is contained in:
commit
23126112c1
1 changed files with 6 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="row justify-content-center return-user-spacing">
|
||||
<div class="col-md-6 col-xl-4 mt-4">
|
||||
<funnelSubHeader
|
||||
ref="funnelSubHeader"
|
||||
|
|
@ -121,4 +121,9 @@ export default {
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
.return-user {
|
||||
.return-user-spacing {
|
||||
margin-top: 14rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue