Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(Theme): add text.center
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 16, 2019
1 parent 1edbd32 commit 46dddd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gatsby-plugin-theme-ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ export default {
fontWeight: `body`,
lineHeight: `body`,
},
center: {
textAlign: `center`,
mt: `1.55rem`,
},
},

radii: {
Expand Down

0 comments on commit 46dddd0

Please sign in to comment.