mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1444 from omnivore-app/bug/landingPages
Bug/landingPages - fixing the issue with the right bar
This commit is contained in:
commit
6ce4618215
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}}
|
||||
style={{ maxHeight: '360px' }}
|
||||
/>
|
||||
}
|
||||
containerStyles={reversedSectionStyles}
|
||||
|
|
|
|||
Loading…
Reference in a new issue