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 img {
top: 0.17em;
top: 0.15em;
position: relative;
}

View file

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

View file

@ -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>

View file

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