Merge pull request #92 from Safelite/feature/CSR-74_line-height-adjustment

Fixing spacing
This commit is contained in:
max-dempsey 2021-12-10 14:50:56 -05:00 committed by GitHub
commit 8b678b81d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>