From c0278a8c65d74441a6237e0a90c08f8b7b263d95 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 25 Jul 2023 04:54:47 +0000
Subject: [PATCH] font loading options, optimize css
---
quartz/components/TagList.tsx | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/components/TagList.tsx b/quartz/components/TagList.tsx
index 8b90955..0bffb0d 100644
--- a/quartz/components/TagList.tsx
+++ b/quartz/components/TagList.tsx
@@ -33,6 +33,7 @@
display: flex;
padding-left: 0;
gap: 0.4rem;
+ margin: 1rem 0;
}
.tags > li {
--
Gitblit v1.10.0