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 {
@include media-breakpoint-up(md) {
.col-12 {
width: 66.66666667%
width: 66.66666667%;
}
.col {
width: 33.3333333%;

View file

@ -23,10 +23,10 @@
:manualHeadline="alertFewMoreQuestionsHeader"
:manualCopy="alertFewMoreQuestionsCopy"
v-bind:isDismissible="false" />
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-6 col-xl-4 col-xxl-3">
</div>
<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">
<questionChain
ref="questionChain"

View file

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