Fixing spacing
This commit is contained in:
parent
856b14241f
commit
396b885643
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="vehicle_banner mb-3 text-center">
|
||||
<div class="vehicle_banner mb-4 text-center">
|
||||
<img
|
||||
class="vehicle-image img-fluid blurrycar"
|
||||
:src="vehicleImageSrc"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,5 @@ export default {
|
|||
<style lang="scss">
|
||||
h2 {
|
||||
color: $gray-550;
|
||||
line-height: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue