@codesinger0/shared-components 1.1.90 → 1.1.92

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
@@ -194,7 +194,7 @@ const LargeItemCard = ({
194
194
 
195
195
  {/* Desktop image/video positioning */}
196
196
  {!absolutePosition && (
197
- <div className={`hidden lg:block ${reverse ? 'lg:order-1' : 'lg:order-2'}`}>
197
+ <div className={`hidden lg:block px-4 ${reverse ? 'lg:order-1' : 'lg:order-2'}`}>
198
198
  <motion.div
199
199
  key={'image'}
200
200
  initial={{ opacity: 0, x: reverse ? -50 : 50 }}
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.92",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [