najm-kit 2.1.44 → 2.1.46
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/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2401,7 +2401,7 @@ var responsiveClasses = {
|
|
|
2401
2401
|
minH: "md:min-h-14"
|
|
2402
2402
|
},
|
|
2403
2403
|
lg: {
|
|
2404
|
-
main: "lg:flex lg:justify-between lg:px-4",
|
|
2404
|
+
main: "lg:flex lg:justify-between lg:px-3 2xl:px-4",
|
|
2405
2405
|
identity: "lg:col-start-auto lg:row-start-auto lg:justify-self-auto",
|
|
2406
2406
|
controls: "lg:col-start-auto lg:row-start-auto lg:justify-self-auto",
|
|
2407
2407
|
fullActions: "lg:flex",
|