Adjusting line height for header to account for spacing

This commit is contained in:
Max 2021-12-10 13:59:10 -05:00
parent a9d8143fe1
commit 856b14241f

View file

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