Merge pull request #545 from outline/list-styling

Fixes: LI spacing in documents got accidentally increased
This commit is contained in:
Tom Moor 2018-01-30 22:13:03 -08:00 committed by GitHub
commit 637aaf9702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,8 @@ export default styled.div`
max-width: 720px;
margin: 0 auto 2em;
padding: 0 2em;
li {
padding: 0.2em 0;
}
`;

View File

@ -69,10 +69,6 @@ export default `
margin-bottom: 1em;
}
li {
padding: .2em 0;
}
hr {
border: 0;
height: 0;