Correct justify class tags.
This commit is contained in:
parent
0311588e3e
commit
d92f87475c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@
|
|||
<textBlock
|
||||
:customText="subHeaderTitle"
|
||||
typeStyle="h5"
|
||||
justifyText="text-center"
|
||||
justifyText="justify-content-center"
|
||||
margin="mt-1"
|
||||
class="dark-header" />
|
||||
<textBlock
|
||||
:customText="subHeaderBody"
|
||||
typeStyle="body"
|
||||
justifyText="left"
|
||||
justifyText="justify-content-left"
|
||||
margin="mt-0 mb-2" />
|
||||
|
||||
<buttonMain
|
||||
|
|
|
|||
Loading…
Reference in a new issue