Added privacy policy

This commit is contained in:
Jori Lallo
2017-12-17 17:14:16 -08:00
parent 7af2ff20a8
commit 787fb63f09
4 changed files with 191 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// @flow
import styled from 'styled-components';
export default styled.div`
width: 100%;
max-width: 720px;
margin: 0 auto;
padding: 0 2em;
`;