Edits, grammar, correct apostrophe

This commit is contained in:
Tom Moor
2018-01-22 20:51:25 -08:00
parent b99ed0cee3
commit a4323f1ea1
3 changed files with 42 additions and 34 deletions

View File

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