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: ", ";
}
p {
max-width: 70rem;
ul {
list-style: unset;
padding-left: 40px;
}
p + p {
text-indent: 0.5rem;
margin-top: 1.0rem;
p {
max-width: 70rem;
}