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

Adjusting line height for header to account for spacing
This commit is contained in:
max-dempsey 2021-12-10 14:31:31 -05:00 committed by GitHub
commit dd50c1fed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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