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.
1 parent f190a07 commit 2051051Copy full SHA for 2051051
assets/css/v2/style.css
@@ -2022,6 +2022,11 @@ blockquote {
2022
.callout-content {
2023
margin: 0;
2024
}
2025
+
2026
+ /* To help them align with text, side callouts should not have top margin*/
2027
+ &[data-grid="last-third"] {
2028
+ --margin-callout: 0 0 0 1rem;
2029
+ }
2030
2031
2032
blockquote.note {
@@ -2395,6 +2400,10 @@ ul .code-block {
2395
2400
2396
2401
.banner {
2397
2402
margin-block-start: 1rem;
2403
2404
+ blockquote {
2405
+ margin-left: 0rem;
2406
2398
2407
2399
2408
2409
/* MARK: Images
0 commit comments