Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(Stencila): Fix short paragraphs being centre aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Oct 8, 2019
1 parent e1b738e commit 236f1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/stencila/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ a {
max-width: var(--max-width);
margin-left: auto;
margin-right: auto;
width: 100%;
}

h1,
Expand Down Expand Up @@ -165,8 +166,7 @@ p {

ol,
ul {
padding: 0;
list-style-position: inside;
padding: 0 0 0 1.25rem;

& ul,
& ol {
Expand Down

0 comments on commit 236f1e7

Please sign in to comment.