hotfix: fix font-size for block elements

pull/3809/head
Scott Anderson 2022-02-23 16:06:39 -07:00
parent 4e05312cb6
commit 9bcc677320
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ blockquote,
border-width: 0 0 0 4px;
border-style: solid;
border-radius: 0 $radius $radius 0;
font-size: .95rem;
font-size: 1.05rem;
ul,ol {
&:last-child { margin-bottom: 1.85rem; }