Fix text alignment for header on review page

This commit is contained in:
Chloe Herd 2023-08-10 10:30:34 -04:00
parent bc4dc01036
commit ab9407c127

View file

@ -10,13 +10,13 @@
<textBlock
:customText="subHeaderTitle"
typeStyle="h5"
justifyText="justify-content-center"
justifyText="center"
margin="mt-1"
class="dark-header" />
<textBlock
:customText="subHeaderBody"
typeStyle="body"
justifyText="justify-content-left"
justifyText="left"
margin="mt-0 mb-2" />
<buttonMain