Commit 0d3db461 authored by chrisgarrity's avatar chrisgarrity

Fix other page header padding issues

parent 273227aa
const React = require('react');
const FormattedMessage = require('react-intl').FormattedMessage;
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Page = require('../../components/page/www/page.jsx');
const render = require('../../lib/render.jsx');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Dmca = () => (
<InformationPage title={'DMCA'}>
<div className="inner info-inner">
......
......@@ -4,11 +4,11 @@ const injectIntl = require('react-intl').injectIntl;
const intlShape = require('react-intl').intlShape;
const React = require('react');
const InformationPage = require('../../../components/informationpage/informationpage.jsx');
const Page = require('../../../components/page/www/page.jsx');
const render = require('../../../lib/render.jsx');
const InformationPage = require('../../../components/informationpage/informationpage.jsx');
const TeacherFaq = props => (
<InformationPage title={props.intl.formatMessage({id: 'teacherfaq.title'})}>
<div className="inner info-inner">
......
const React = require('react');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Page = require('../../components/page/www/page.jsx');
const render = require('../../lib/render.jsx');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Terms = () => (
<InformationPage title={'Scratch Terms of Use'}>
<div className="inner info-inner">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment