mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fixing landingPage-7 image on small screens
This commit is contained in:
parent
6b01a1fe0b
commit
717c37253b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue