GLobal Styling part 1
This commit is contained in:
@@ -109,8 +109,7 @@ export default function ImageResultCard({
|
||||
<img
|
||||
src={imageData.url}
|
||||
alt="Generated image"
|
||||
className="w-full object-contain"
|
||||
style={{ maxHeight: '400px' }}
|
||||
className="w-full object-contain max-h-[400px]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user