Skip to content

Commit

Permalink
Leftover headings.js stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
knod committed Dec 2, 2018
1 parent 66bdcef commit b8cd5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/headings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const ContentH1 = function ({ subheading, children }) {
}

return (
<div className={ 'text-h1' } >
<div className={ `text-h1` } >
<div /> {/** div here to make sure header margin doesn\'t collapse */}
<Header
as = { `h3` }
style = {{ display: 'inline-block' }}>
style = {{ display: `inline-block` }}>
{ children }
</Header>
<ContentSubH1>{ subheading }</ContentSubH1>
Expand Down

0 comments on commit b8cd5de

Please sign in to comment.