SSR-1362 - Updated line-height of h5 header to 2rem to match the required 32px

This commit is contained in:
Kirkland Brown 2024-06-18 12:31:23 -04:00
parent 3b20f7a171
commit 848af3ee13

View file

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