Browse Source

Align the meta title (#2514)

main
Tan Li Hau 5 years ago
committed by Dan Abramov
parent
commit
66cc1b0e92
  1. 1
      src/templates/components/MetaTitle/index.js

1
src/templates/components/MetaTitle/index.js

@ -15,6 +15,7 @@ const MetaTitle = ({children, title, cssProps = {}, onDark = false}) => (
fontWeight: 700,
lineHeight: 3,
textTransform: 'uppercase',
textAlign: 'start',
letterSpacing: '0.08em',
...cssProps,
}}>

Loading…
Cancel
Save