From 0c328d9617557b8b422cb2a5cfafbfd75b38a5a5 Mon Sep 17 00:00:00 2001 From: Alexandra Ciobica Date: Sun, 31 Mar 2019 19:18:14 +0200 Subject: [PATCH] css: Add spacing between info and image on /apps. Fixes: #11811. --- static/styles/landing-page.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {