Skip to content

Commit

Permalink
center secondary content (#9079)
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-bw committed May 8, 2024
1 parent b4257e1 commit 7bb8cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 *ngIf="title" bitTypography="h3" class="tw-mt-8 sm:tw-text-2xl">
</h1>
<p *ngIf="subtitle" bitTypography="body1">{{ subtitle }}</p>
</div>
<div class="tw-mb-auto tw-mx-auto tw-grid">
<div class="tw-mb-auto tw-mx-auto tw-flex tw-flex-col tw-items-center">
<div
class="tw-rounded-xl tw-mb-9 tw-mx-auto sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
>
Expand Down

0 comments on commit 7bb8cae

Please sign in to comment.