Commit 57cc6f87 authored by Ray Schamp's avatar Ray Schamp

Fix padding on Privacy Policy page

parent 2ac6ed4c
const React = require('react'); const React = require('react');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Page = require('../../components/page/www/page.jsx'); const Page = require('../../components/page/www/page.jsx');
const render = require('../../lib/render.jsx'); const render = require('../../lib/render.jsx');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Privacypolicy = () => ( const Privacypolicy = () => (
<InformationPage title={'Privacy Policy'}> <InformationPage title={'Privacy Policy'}>
<div className="inner info-inner"> <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