Reduce the left and right padding of blockquotes.

40px is too extreme and results in super narrow real estates
very quickly.
This commit is contained in:
Ethan Dalool 2020-03-27 23:46:10 -07:00
parent 978a507d1e
commit 78b53d65a6

View file

@ -96,8 +96,8 @@ blockquote
border-left: 4px solid var(--color_blockquoteedge);
padding: 8px;
padding-inline-start: 40px;
padding-inline-end: 40px;
padding-inline-start: 20px;
padding-inline-end: 20px;
}
*:not(pre) > code