From 5fb203a6dff8bcf238d3926992d621070e2a62b0 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 23 Jan 2024 14:18:53 -0800
Subject: [PATCH] fix(style): make a not inline-block

---
 quartz/styles/base.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 8fb464d..27bad69 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -59,7 +59,6 @@ a {
   text-decoration: none;
   transition: color 0.2s ease;
   color: var(--secondary);
-  display: inline-block;
 
   &:hover {
     color: var(--tertiary) !important;