Repos / hi.imnhan.com / 8361a87883
commit 8361a87883b4b3e5262c9f529cb5f3281c5f629d
Author: Nhân <hi@imnhan.com>
Date:   Sun Feb 12 19:06:12 2023 +0700

    make blockquote vertical margin 1.5rem too
    
    For consistency with <p> and code blocks.

diff --git a/nhanb-theme/static/css/main.css b/nhanb-theme/static/css/main.css
index 92aa8e0..8ead5f5 100644
--- a/nhanb-theme/static/css/main.css
+++ b/nhanb-theme/static/css/main.css
@@ -83,8 +83,7 @@ iframe {
 blockquote {
   border-left: 2px solid black;
   padding-left: 7px;
-  margin-left: 2rem;
-  margin-right: 0;
+  margin: 1.5rem 0 1.5rem 2rem;
   /* prevent long links from breaking out of the blockquote: */
   overflow-wrap: break-word;
 }