update docs

This commit is contained in:
William Martin 2024-05-17 15:09:20 -04:00
parent 4dab180a29
commit dadbc735a5
No known key found for this signature in database
GPG Key ID: A65ACD91BADF316B
2 changed files with 7 additions and 1 deletions

View File

@ -136,3 +136,9 @@ When the browser extension is popped out, the "popout" button should not be pass
<Canvas>
<Story of={stories.PoppedOut} />
</Canvas>
## Centered Content
<Canvas>
<Story of={stories.CenteredContent} />
</Canvas>

View File

@ -392,7 +392,7 @@ export const CenteredContent: Story = {
<popup-tab-navigation>
<popup-page>
<popup-header slot="header" pageTitle="Centered Content"></popup-header>
<div class="tw-h-full tw-flex tw-items-center tw-justify-center">
<div class="tw-h-full tw-flex tw-items-center tw-justify-center tw-text-main">
<bit-no-items>
<ng-container slot="title">Before centering a div</ng-container>
<ng-container slot="description">One must first center oneself</ng-container>