radiant-docs 0.1.26 → 0.1.27
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
|
@@ -97,7 +97,7 @@ validateProps(
|
|
|
97
97
|
|
|
98
98
|
<figure
|
|
99
99
|
class:list={[
|
|
100
|
-
"p-1.5 pb-1 xs:pb-1.5 group border border-neutral-200/80 dark:border-neutral-800 shadow-xs bg-neutral-50 dark:bg-neutral-900 rounded-2xl",
|
|
100
|
+
"mx-auto p-1.5 pb-1 xs:pb-1.5 group border border-neutral-200/80 dark:border-neutral-800 shadow-xs bg-neutral-50 dark:bg-neutral-900 rounded-2xl",
|
|
101
101
|
hasCustomImageWidth ? "w-fit max-w-full" : "w-full",
|
|
102
102
|
]}
|
|
103
103
|
x-data="{
|