Skip to content

Commit

Permalink
fix: h2 padding on mobile
Browse files Browse the repository at this point in the history
fixes #1118
  • Loading branch information
RomanHotsiy committed Dec 12, 2019
1 parent 094ce91 commit 7ed1a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContentItems/ContentItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class SectionItem extends React.Component<ContentItemProps> {
return (
<>
<Row>
<MiddlePanel compact={level !== 1}>
<MiddlePanel compact={false}>
<Header>
<ShareLink to={this.props.item.id} />
{name}
Expand Down

0 comments on commit 7ed1a7e

Please sign in to comment.