@latte-macchiat-io/latte-vanilla-components 0.0.552 → 0.0.553

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.552",
3
+ "version": "0.0.553",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -132,6 +132,7 @@ export const sectionContent = style(
132
132
  width: '100%',
133
133
  display: 'flex',
134
134
  margin: '0 auto',
135
+ textAlign: 'inherit',
135
136
  flexDirection: 'column',
136
137
 
137
138
  maxWidth: themeContract.maxWidth,