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:
commit
dd50c1fed5
1 changed files with 1 additions and 0 deletions
|
|
@ -18,5 +18,6 @@ export default {
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
h2 {
|
h2 {
|
||||||
color: $gray-550;
|
color: $gray-550;
|
||||||
|
line-height: 0 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue