GLobal Styling part 1
This commit is contained in:
@@ -657,8 +657,7 @@ export default function Images() {
|
||||
<img
|
||||
src={modalImageUrl}
|
||||
alt="Content image"
|
||||
className="w-full h-auto object-contain rounded-lg"
|
||||
style={{ maxHeight: '90vh' }}
|
||||
className="w-full h-auto object-contain rounded-lg max-h-[90vh]"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user