WIP: Collection home

This commit is contained in:
Tom Moor
2017-11-19 20:16:49 -08:00
parent 505310c172
commit 2143a87671
12 changed files with 133 additions and 88 deletions

View File

@@ -228,8 +228,8 @@ class MarkdownEditor extends Component {
}
const MaxWidth = styled(Flex)`
padding: 0 60px;
max-width: 50em;
margin: 0 60px;
max-width: 46em;
height: 100%;
`;
@@ -281,6 +281,8 @@ const StyledEditor = styled(Editor)`
p {
position: relative;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
a:hover {