Tweak screen.css to display paragraphs and lists better
This commit is contained in:
parent
1181d999a9
commit
970bcb31cf
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue