Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/examples/ask-a-user-for-direct-deposit-information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const AskAUserForDirectDepositInformation = () => {
</GoabFormItem>
</form>

<GoabDetails heading="Where can I find this information on a personal cheque?" mt="l">
<GoabDetails heading="Where can I find this information on a personal cheque?" mt="xl">
<p>
Below is an example of where you can find the required bank information on a personal
cheque.
Expand Down
2 changes: 1 addition & 1 deletion src/examples/show-a-list-to-help-answer-a-question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ShowAListToHelpAnswerAQuestion = () => {
</GoabRadioGroup>
</GoabFormItem>

<GoabDetails heading="What is considered an additional education expense?">
<GoabDetails heading="What is considered an additional education expense?" mt="xl">
<GoabBlock gap="m" mt="m">
<div>
<strong>Examples of education expenses</strong>
Expand Down