Tweak screen.css to display paragraphs and lists better

This commit is contained in:
Christopher Baines 2019-09-21 12:41:52 +01:00
parent 1181d999a9
commit 970bcb31cf

View file

@ -63,13 +63,13 @@ ul.blocks li + li:before {
content: ", "; content: ", ";
} }
p { ul {
max-width: 70rem; list-style: unset;
padding-left: 40px;
} }
p + p { p {
text-indent: 0.5rem; max-width: 70rem;
margin-top: 1.0rem;
} }