diff --git a/src/components/Map/Legend/LegendImages/LegendImages.component.tsx b/src/components/Map/Legend/LegendImages/LegendImages.component.tsx index 04516e4450660af1b005f40926612fb2a7eb108b..dfc49d8fe3d51cee153d75a2adc952fe9f6541e6 100644 --- a/src/components/Map/Legend/LegendImages/LegendImages.component.tsx +++ b/src/components/Map/Legend/LegendImages/LegendImages.component.tsx @@ -16,7 +16,7 @@ export const LegendImages: React.FC = () => { key={imageUrl} src={`${BASE_MAP_IMAGES_URL}/minerva/${imageUrl}`} alt={imageUrl} - className="h-[400px]" + className="h-[400px] max-h-[50vh]" /> ))} </div>