Repos / hi.imnhan.com / 7e455bf8f1
commit 7e455bf8f1fa317971aa6585420a81b5431e9f7c
Author: Nhân <hi@imnhan.com>
Date:   Mon Sep 18 23:26:54 2023 +0700

    fiddle with blockquote symbol spacing

diff --git a/_s4g/theme/base.css b/_s4g/theme/base.css
index d60a431..f7a796c 100644
--- a/_s4g/theme/base.css
+++ b/_s4g/theme/base.css
@@ -92,7 +92,7 @@ blockquote {
 }
 blockquote::before {
   position: absolute;
-  margin-left: -0.5em;
+  margin-left: -0.6em;
   margin-top: -0.25em;
   font-size: 3em;
   content: open-quote;