Fixed Privacy Policy not clearing properly.

This commit is contained in:
2018-10-31 21:34:30 +11:00
parent 2a8bcd266e
commit 898e1e2a48

View File

@ -36,8 +36,8 @@ export default withLanguage(props => {
let { lang } = props;
return (
<Page style="privacy-policy" className="p-privacy-policy" title={ lang.pages.privacy.title }>
<ClearSection />
<PageBoundary small>
<ClearSection />
<BodySection>
<Title>{ lang.pages.privacy.heading }</Title>
{ lang.pages.privacy.policy }