@codesinger0/shared-components 1.1.90 → 1.1.91

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.
@@ -115,7 +115,7 @@ const LargeItemCard = ({
115
115
  {/* Background Section with Text Content */}
116
116
  <div className="glass-card relative" style={{ minHeight: '48vh', overflow: 'visible' }}>
117
117
 
118
- <div className="max-w-7xl mx-auto px-6 py-16">
118
+ <div className="max-w-7xl mx-auto px-6 pt-16 pb-2">
119
119
  <div className="grid grid-cols-1 lg:grid-cols-2 gap-4 items-center">
120
120
  {/* Text Content */}
121
121
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.90",
3
+ "version": "1.1.91",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [