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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "responsive-system",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Sistema de layout responsivo con auto-scaling para Tailwind CSS",
5
5
  "type": "module",
6
6
  "main": "./dist/responsive-system.cjs",
@@ -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 lg:grid-cols-3 gap-6">
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">