We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d0cf2 commit ca6d0bcCopy full SHA for ca6d0bc
src/templates/components/MetaTitle/index.js
@@ -15,6 +15,7 @@ const MetaTitle = ({children, title, cssProps = {}, onDark = false}) => (
15
fontWeight: 700,
16
lineHeight: 3,
17
textTransform: 'uppercase',
18
+ textAlign: 'start',
19
letterSpacing: '0.08em',
20
...cssProps,
21
}}>
0 commit comments