css: Add spacing between info and image on /apps.

Fixes: #11811.
This commit is contained in:
Alexandra Ciobica
2019-03-31 19:18:14 +02:00
committed by Tim Abbott
parent 636dad7809
commit 0c328d9617

View File

@@ -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 {