Fixing landingPage-7 image on small screens

This commit is contained in:
Rupin Khandelwal 2022-11-21 13:23:01 -03:00
parent 6b01a1fe0b
commit 717c37253b

View file

@ -244,7 +244,7 @@ export function LandingSectionsContainer({
<img
srcSet="/static/landing/landingPage-7.png"
alt="landing-7"
style={{ maxHeight: 400, width: '100%' }}
style={{ maxHeight: 400}}
/>
}
containerStyles={reversedSectionStyles}