From 83269ac26e41f8e81b56e000b4347ee60d4ff84b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 12 Aug 2023 06:40:06 +0000
Subject: [PATCH] fix scanning for tags in content
---
quartz/styles/base.scss | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index bd072d7..3fbbf87 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -269,24 +269,28 @@
// typography improvements
h1 {
font-size: 1.75rem;
- margin-top: 2.75rem;
+ margin-top: 2.25rem;
+ margin-bottom: 1rem;
}
h2 {
font-size: 1.4rem;
- margin-top: 2.4rem;
+ margin-top: 1.9rem;
+ margin-bottom: 1rem;
}
h3 {
font-size: 1.12rem;
- margin-top: 2.12rem;
+ margin-top: 1.62rem;
+ margin-bottom: 1rem;
}
h4,
h5,
h6 {
font-size: 1rem;
- margin-top: 2rem;
+ margin-top: 1.5rem;
+ margin-bottom: 1rem;
}
div[data-rehype-pretty-code-fragment] {
--
Gitblit v1.10.0