Reduce y padding for ul, ol and blockquote

This commit is contained in:
davegson 2020-08-19 12:52:27 +02:00
parent 1ccfbdd3be
commit 93f11f9205

View file

@ -54,14 +54,9 @@
font-weight: 500; font-weight: 500;
} }
ul { ul, ol {
padding-top: 2rem; padding-top: 1rem;
padding-bottom: 2rem; padding-bottom: 1rem;
}
ol {
padding-top: 2rem;
padding-bottom: 2rem;
} }
ul li { ul li {
@ -74,7 +69,7 @@
blockquote { blockquote {
border-left: 2px solid #ccc; border-left: 2px solid #ccc;
margin: 3rem 10px; margin: 1rem 10px;
padding: 0.5em 25px; padding: 0.5em 25px;
} }
blockquote:before { blockquote:before {