Typography fixes

This commit is contained in:
John O'Nolan
2021-03-06 21:54:43 -05:00
parent 2c356f1cc4
commit 715f95d209
6 changed files with 10 additions and 11 deletions

View File

@ -310,11 +310,11 @@ textarea {
resize: vertical;
}
p,
ul,
ol,
dl,
blockquote {
::not(.gh-content) p,
::not(.gh-content) ul,
::not(.gh-content) ol,
::not(.gh-content) dl,
::not(.gh-content) blockquote {
margin: 0 0 1.5em 0;
}