From 52e6c037309a752741f79264afb3e83cd75feabc Mon Sep 17 00:00:00 2001
From: ikorihn <16367098+ikorihn@users.noreply.github.com>
Date: Sat, 13 Jan 2024 17:08:21 +0000
Subject: [PATCH] fix: broken RSS item's link, which were set to `https:/${base}`. (#687)
---
quartz/styles/callouts.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz/styles/callouts.scss b/quartz/styles/callouts.scss
index ad99165..703bd67 100644
--- a/quartz/styles/callouts.scss
+++ b/quartz/styles/callouts.scss
@@ -82,7 +82,6 @@
.callout-title {
display: flex;
- align-items: center;
gap: 5px;
padding: 1rem 0;
color: var(--color);
@@ -103,6 +102,8 @@
.callout-icon {
width: 18px;
height: 18px;
+ flex: 0 0 18px;
+ padding-top: 4px;
}
.callout-title-inner {
--
Gitblit v1.10.0