@leuffen/themejs1 8.2.3 → 8.2.4
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
|
@@ -8,7 +8,7 @@ Joda.registerTemplate("sec-card-feature",
|
|
|
8
8
|
<slot data-select=":scope > .content img, map" data-replace data-limit="1"></slot>
|
|
9
9
|
</div>
|
|
10
10
|
<div class="row">
|
|
11
|
-
<div class="col-12 col-lg-6 text-format p-4 p-lg-5 tjs__section-text">
|
|
11
|
+
<div class="col-12 col-lg-6 heading-style-flex text-format p-4 p-lg-5 tjs__section-text">
|
|
12
12
|
<slot></slot>
|
|
13
13
|
</div>
|
|
14
14
|
<div class="col-12 col-lg-6 text-format p-4 p-lg-5">
|
|
@@ -10,7 +10,7 @@ Joda.registerTemplate("sec-card-feature",
|
|
|
10
10
|
<slot data-select=":scope > .content img, map" data-replace data-limit="1"></slot>
|
|
11
11
|
</div>
|
|
12
12
|
<div class="row">
|
|
13
|
-
<div class="col-12 col-lg-6 text-format p-4 p-lg-5 tjs__section-text">
|
|
13
|
+
<div class="col-12 col-lg-6 heading-style-flex text-format p-4 p-lg-5 tjs__section-text">
|
|
14
14
|
<slot></slot>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="col-12 col-lg-6 text-format p-4 p-lg-5">
|