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.baseline svg,
|
||||||
.icon img {
|
.icon img {
|
||||||
top: 0.17em;
|
top: 0.15em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -176,7 +176,7 @@ function getCSSWhitelistPatterns() {
|
||||||
/^(.*)?-?paged(-.*)?$/,
|
/^(.*)?-?paged(-.*)?$/,
|
||||||
/^depth(-.*)?$/,
|
/^depth(-.*)?$/,
|
||||||
/^children(-.*)?$/,
|
/^children(-.*)?$/,
|
||||||
/^mt--05r$/,
|
/^mt--(.*)?$/,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue