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;
|
||||
|
|
|
@ -24,7 +24,7 @@ get_header('', array('fixednav'=>true)); ?>
|
|||
<div class="col-auto justify-content-start ms-lg-3">
|
||||
|
||||
<h2 class="fs-2 fw-600 mb-0">
|
||||
<?php echo svg_icon_use("mdi-account", "icon baseline") . '<span>Adam Piontek</span>'; ?>
|
||||
<?php echo svg_icon_use("mdi-account", "icon baseline") . ' <span>Adam Piontek</span>'; ?>
|
||||
</h2>
|
||||
|
||||
<div class="font-monospace text-gray-300 fs-5">Desktop Systems Engineer. Human.</div>
|
||||
|
|
|
@ -176,7 +176,7 @@ function getCSSWhitelistPatterns() {
|
|||
/^(.*)?-?paged(-.*)?$/,
|
||||
/^depth(-.*)?$/,
|
||||
/^children(-.*)?$/,
|
||||
/^mt--05r$/,
|
||||
/^mt--(.*)?$/,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue