Fixing spacing

This commit is contained in:
Max 2021-12-10 14:47:13 -05:00
parent 856b14241f
commit 396b885643
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<template> <template>
<div class="vehicle_banner mb-3 text-center"> <div class="vehicle_banner mb-4 text-center">
<img <img
class="vehicle-image img-fluid blurrycar" class="vehicle-image img-fluid blurrycar"
:src="vehicleImageSrc" :src="vehicleImageSrc"

View file

@ -18,6 +18,5 @@ export default {
<style lang="scss"> <style lang="scss">
h2 { h2 {
color: $gray-550; color: $gray-550;
line-height: 0 !important;
} }
</style> </style>