tiny adjustments

This commit is contained in:
Adam Piontek 2021-07-07 15:47:48 -04:00
parent 2eea21ff01
commit 3b8518d774
4 changed files with 3 additions and 4 deletions

View file

@ -16,7 +16,7 @@
.icon.baseline svg, .icon.baseline svg,
.icon img { .icon img {
top: 0.17em; top: 0.15em;
position: relative; position: relative;
} }

View file

@ -122,7 +122,6 @@ blockquote {
p { p {
@extend .blockquote; @extend .blockquote;
margin-bottom: -0.25rem !important; margin-bottom: -0.25rem !important;
// font-size: 1.25rem !important;
} }
cite { cite {
@extend .blockquote-footer; @extend .blockquote-footer;

View file

@ -176,7 +176,7 @@ function getCSSWhitelistPatterns() {
/^(.*)?-?paged(-.*)?$/, /^(.*)?-?paged(-.*)?$/,
/^depth(-.*)?$/, /^depth(-.*)?$/,
/^children(-.*)?$/, /^children(-.*)?$/,
/^mt--05r$/, /^mt--(.*)?$/,
]; ];
} }