diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index bbc72fbd99..c6e2c06ca6 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -510,6 +510,7 @@ nav ul li.active::after { .portico-landing.features-app section.messages .image { width: calc(100% - 500px - 100px); margin: 50px 0px 50px 50px; + max-width: 500px; } .portico-landing.features-app section.messages .features { @@ -2707,6 +2708,21 @@ nav ul li.active::after { width: calc(100% - 200px - 20px); } + .portico-landing.features-app section.messages { + display: block; + text-align: center; + } + + .portico-landing.features-app section.messages > * { + display: inline-block; + text-align: left; + } + + .portico-landing.features-app section.messages .image { + width: 100%; + margin: 0; + } + .portico-landing.plans .compare .padded-content { width: auto; }