responsive-system 1.5.3 → 1.5.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 +1 -1
- package/scripts/postinstall.js +1 -1
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
|
@@ -687,7 +687,7 @@ function HomePage() {
|
|
|
687
687
|
</div>
|
|
688
688
|
|
|
689
689
|
{/* Content Cards */}
|
|
690
|
-
<div className="grid grid-cols-1 md:grid-cols-2
|
|
690
|
+
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
691
691
|
{[1, 2, 3, 4, 5, 6].map((i) => (
|
|
692
692
|
<div key={i} className="bg-white rounded-lg shadow-md p-6 hover:shadow-lg transition-shadow">
|
|
693
693
|
<div className="w-12 h-12 bg-blue-500 rounded-lg flex items-center justify-center mb-4">
|