@codesinger0/shared-components 1.0.30 → 1.0.31
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.
|
@@ -119,7 +119,7 @@ const LargeItemCard = ({
|
|
|
119
119
|
zIndex: 10,
|
|
120
120
|
width: '30vw',
|
|
121
121
|
maxWidth: '40vw',
|
|
122
|
-
maxHeight: '
|
|
122
|
+
maxHeight: '450px',
|
|
123
123
|
top: '2rem',
|
|
124
124
|
left: reverse ? '4rem' : 'auto',
|
|
125
125
|
right: reverse ? 'auto' : '4rem',
|
|
@@ -138,7 +138,8 @@ const LargeItemCard = ({
|
|
|
138
138
|
<img
|
|
139
139
|
src={imageUrl}
|
|
140
140
|
alt={title}
|
|
141
|
-
className="w-auto h-auto
|
|
141
|
+
className="w-auto h-auto rounded-lg shadow-2xl border border-primary"
|
|
142
|
+
style={{ maxHeight: '450px' }}
|
|
142
143
|
/>
|
|
143
144
|
</motion.div>
|
|
144
145
|
</div>
|