From 936afe1d6f942e6eaa27dad867d2b1b1b1ddc3ae Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Mon, 28 Jul 2025 13:44:24 -0700 Subject: [PATCH] CSS: Refactored margin maming to block or inline --- assets/css/v2/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 33138ae9..bd1552ba 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1512,7 +1512,7 @@ a:hover { display: flex; flex-direction: column; gap: 1.5rem; - margin-top: 0.5rem; + margin-block-start: 0.5rem; .card-section { display: flex; @@ -1732,7 +1732,7 @@ blockquote { } blockquote[data-grid="last-third"] { - margin-top: 0; + margin-block-start: 0; } @media (max-width: 55rem) {