diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 61d06fe05..00bea471f 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -33,12 +33,13 @@
.replace-options-question { + .question-text { + margin: 1rem 0 0 0; + @include media-breakpoint-up(md) { + margin: 1rem 0; + } + } .two-list-card-width { width: 100%; flex: 0 auto; + margin-top: .5rem; + &:first-child { + margin-top: 1rem; + } } } diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index f3332e838..e28359724 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -16,7 +16,7 @@