From cfb7d1232e005736dc549fb24ec5a02d53fc5206 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 20 Aug 2023 07:52:49 +0000
Subject: [PATCH] docs: update notes for tag and folder listings
---
quartz/styles/base.scss | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index b5e6b27..fad5dc0 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -45,7 +45,6 @@
}
.math {
- font-size: 1.1rem;
&.math-display {
text-align: center;
}
@@ -444,7 +443,7 @@
ul.overflow,
ol.overflow {
height: 300px;
- overflow-y: scroll;
+ overflow-y: auto;
// clearfix
content: "";
--
Gitblit v1.10.0