@obosbbl/grunnmuren-react 1.12.3 → 1.12.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/dist/grunnmuren.mjs +1 -1
- package/package.json +1 -1
package/dist/grunnmuren.mjs
CHANGED
|
@@ -186,7 +186,7 @@ const mr = (e) => {
|
|
|
186
186
|
} = e, c = ie(t);
|
|
187
187
|
return /* @__PURE__ */ a("article", { className: l(r, c, "py-8 px-4 md:py-14"), ...i, children: /* @__PURE__ */ g("div", { className: "container flex flex-col justify-center gap-4 md:flex-row md:gap-12", children: [
|
|
188
188
|
s,
|
|
189
|
-
/* @__PURE__ */ g("div", { className: "w-prose", children: [
|
|
189
|
+
/* @__PURE__ */ g("div", { className: "max-w-prose", children: [
|
|
190
190
|
o && /* @__PURE__ */ a("h2", { className: "h3 mb-4", children: o }),
|
|
191
191
|
n
|
|
192
192
|
] })
|