blockquote and width fixes

This commit is contained in:
timurgordon
2022-02-23 16:41:59 +03:00
parent 4305ee7890
commit a4c636f176
5 changed files with 13 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ body {
p,
li {
/* for handling Markdown-created <p> and <li> */
@apply mb-3 text-lg;
@apply text-lg;
}
pre,