diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 02cf0290..13a5e5be 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -2022,6 +2022,11 @@ blockquote { .callout-content { margin: 0; } + + /* To help them align with text, side callouts should not have top margin*/ + &[data-grid="last-third"] { + --margin-callout: 0 0 0 1rem; + } } blockquote.note { @@ -2395,6 +2400,10 @@ ul .code-block { .banner { margin-block-start: 1rem; + + blockquote { + margin-left: 0rem; + } } /* MARK: Images