soames-astro-theme 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -134,9 +134,9 @@ const handleShortcodes: HTMLReactParserOptions["replace"] = (node) => {
|
|
|
134
134
|
<div className={`card ${css ?? ""}`}>
|
|
135
135
|
<div className="media"><div className="media-body"></div></div>
|
|
136
136
|
<div className="card-box">
|
|
137
|
-
<
|
|
137
|
+
<div className="block-text mbr-fonts-style display-7">
|
|
138
138
|
{domToReact(children, opts)}
|
|
139
|
-
</
|
|
139
|
+
</div>
|
|
140
140
|
</div>
|
|
141
141
|
</div>
|
|
142
142
|
</div>
|