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: ", ";
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue