diff options
-rw-r--r-- | assets/css/screen.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index f0b3b62..b042505 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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; } |