From 37c6231e79d197f4d51db86e2760283f316ed191 Mon Sep 17 00:00:00 2001
From: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Date: Tue, 30 Jan 2024 05:51:13 +0000
Subject: [PATCH] fix(div): update class name to remove weird space afterwards (#763)

---
 quartz/styles/base.scss |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index d597ba7..65e68f3 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -276,7 +276,6 @@
     opacity: 0;
     transition: opacity 0.2s ease;
     transform: translateY(-0.1rem);
-    display: inline-block;
     font-family: var(--codeFont);
     user-select: none;
   }

--
Gitblit v1.10.0