Format code. Remove errant class.
This commit is contained in:
parent
9926126c67
commit
1ee67c259e
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class="row justify-content-md-center">
|
||||
<div class="col-md-6 col-xl-4">
|
||||
<ve page-container-grouped-styleshicleBanner cmsWidgetName="VehicleBannerWidget" />
|
||||
<vehicleBanner cmsWidgetName="VehicleBannerWidget" />
|
||||
<funnelSubHeader class="pb-4" cmsWidgetName="FunnelSubHeaderWidget" />
|
||||
<div v-if="!skipVin">
|
||||
<div class="vinlookupquestion" v-html="this.VinLookupQuestionText"></div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ body {
|
|||
.prevent-squish {
|
||||
overflow-x: unset;
|
||||
}
|
||||
&.page-container-grouped-styles{
|
||||
&.page-container-grouped-styles {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in a new issue