We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae0da2c + 2051051 commit 32b9639Copy full SHA for 32b9639
assets/css/v2/style.css
@@ -2024,6 +2024,11 @@ blockquote {
2024
.callout-content {
2025
margin: 0;
2026
}
2027
+
2028
+ /* To help them align with text, side callouts should not have top margin*/
2029
+ &[data-grid="last-third"] {
2030
+ --margin-callout: 0 0 0 1rem;
2031
+ }
2032
2033
2034
blockquote.note {
@@ -2397,6 +2402,10 @@ ul .code-block {
2397
2402
2398
2403
.banner {
2399
2404
margin-block-start: 1rem;
2405
2406
+ blockquote {
2407
+ margin-left: 0rem;
2408
2400
2409
2401
2410
2411
/* MARK: Images
0 commit comments