tiny adjustments
This commit is contained in:
parent
2eea21ff01
commit
3b8518d774
4 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
.icon.baseline svg,
|
||||
.icon img {
|
||||
top: 0.17em;
|
||||
top: 0.15em;
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -122,7 +122,6 @@ blockquote {
|
|||
p {
|
||||
@extend .blockquote;
|
||||
margin-bottom: -0.25rem !important;
|
||||
// font-size: 1.25rem !important;
|
||||
}
|
||||
cite {
|
||||
@extend .blockquote-footer;
|
||||
|
|
|
@ -176,7 +176,7 @@ function getCSSWhitelistPatterns() {
|
|||
/^(.*)?-?paged(-.*)?$/,
|
||||
/^depth(-.*)?$/,
|
||||
/^children(-.*)?$/,
|
||||
/^mt--05r$/,
|
||||
/^mt--(.*)?$/,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue