diff --git a/static/styles/landing-page.scss b/static/styles/landing-page.scss index f76bed7db2..16af51299f 100644 --- a/static/styles/landing-page.scss +++ b/static/styles/landing-page.scss @@ -2118,13 +2118,16 @@ nav ul li.active::after { .portico-landing.apps .hero .image img[src="/static/images/app-screenshots/zulip-android.png"] { height: 100%; } - .portico-landing.apps .hero .info .flex, .portico-landing.apps .hero .image .flex { height: 500px; min-height: 0px; } +.portico-landing.apps .hero .info .flex { + width: 90%; +} + .portico-landing.apps .hero .info button { padding: 10px 20px; @@ -3777,6 +3780,7 @@ nav ul li.active::after { .portico-landing.apps .hero .image .flex { height: 300px; min-height: 0px; + width: 100%; } .portico-landing.apps .other-apps {