Merge pull request #757 from Safelite/bug/kbrown/SSR-1362

SSR-1362 - Updated line-height of h5 header to 2rem/32px for all modals
This commit is contained in:
kirkland-brown 2024-06-19 10:46:15 -04:00 committed by GitHub
commit 49c5a4a241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,6 +223,7 @@ export default {
}
h5 {
text-align: center;
line-height: 2rem;
}
}
}