Format code.

This commit is contained in:
Bryan Mauger 2023-10-05 15:17:15 -04:00
parent 67587254e8
commit bdf1e374f2
3 changed files with 8 additions and 8 deletions

View file

@ -307,7 +307,7 @@ export default {
.vehicle-damage { .vehicle-damage {
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
.col-12 { .col-12 {
width: 66.66666667% width: 66.66666667%;
} }
.col { .col {
width: 33.3333333%; width: 33.3333333%;

View file

@ -23,10 +23,10 @@
:manualHeadline="alertFewMoreQuestionsHeader" :manualHeadline="alertFewMoreQuestionsHeader"
:manualCopy="alertFewMoreQuestionsCopy" :manualCopy="alertFewMoreQuestionsCopy"
v-bind:isDismissible="false" /> v-bind:isDismissible="false" />
</div>
</div> </div>
<div class="row justify-content-md-center"> </div>
<div class="col-md-6 col-xl-4 col-xxl-3"> <div class="row justify-content-md-center">
<div class="col-md-6 col-xl-4 col-xxl-3">
<div v-for="(questionsDatum, i) in questionsData" :key="questionsDatum.key"> <div v-for="(questionsDatum, i) in questionsData" :key="questionsDatum.key">
<questionChain <questionChain
ref="questionChain" ref="questionChain"

View file

@ -191,8 +191,8 @@ $enable-important-utilities: false;
//Bootstrap Grid Breakpoints - Use these breakpoints only //Bootstrap Grid Breakpoints - Use these breakpoints only
$grid-breakpoints: ( $grid-breakpoints: (
xs: 0, xs: 0,
md: 768px, md: 768px,
xl: 1200px, xl: 1200px,
xxl: 1440px, xxl: 1440px,
); );