From a2d294b7ca4e4126e1e04c4781a6c537f3b22096 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sat, 13 Jan 2024 23:57:25 -0600 Subject: [PATCH] Quartz sync: Jan 13, 2024, 11:57 PM --- quartz/styles/custom.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 7f631ad11..5f9d0d350 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -24,12 +24,13 @@ body::before { } body[data-slug="index"] img { float: left; - margin-left: initial; - width: 30%; + margin: 1.5em 2em -4em 2em; + height: 15em; filter: invert(0%); } body[data-slug="index"] blockquote[class="callout"][data-callout="tip"] { - margin: 5em 3em; + margin: 5em 2em; display: inline-block; + width: 50%; }