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 8a9b7fb commit 7c8ff38Copy full SHA for 7c8ff38
assets/css/v2/style.css
@@ -2019,10 +2019,6 @@ blockquote {
2019
}
2020
2021
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;
layouts/partials/callout.html
@@ -52,12 +52,7 @@
52
53
<blockquote class="{{ $class }} note" data-title="{{ $cleanTitle }}" data-grid="{{ $dataGrid }}">
54
<div class="callout-content">
55
- {{- with $icon -}}
56
- <i class="{{ . }}"></i>
57
- {{- end -}}
58
- <div class="callout-content">
59
- {{ .content | markdownify }}
60
- </div>
+ {{ .content | markdownify }}
61
</div>
62
</blockquote>
63
0 commit comments