Skip to content

Commit

Permalink
add padding back
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Dec 7, 2023
1 parent e83a01f commit 3e3db47
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ export default function ScreenTypographyTypesets() {
'Manage typography of different global elements on your site.'
) }
/>
<div className="edit-site-global-styles-screen-typography"></div>
<TypographyVariations />
<div className="edit-site-global-styles-screen-typography">
<TypographyVariations />
</div>
</>
);
}

0 comments on commit 3e3db47

Please sign in to comment.