diff --git a/static/styles/portico/landing_page.css b/static/styles/portico/landing_page.css index 4f32949b9c..f1dbb3ef13 100644 --- a/static/styles/portico/landing_page.css +++ b/static/styles/portico/landing_page.css @@ -410,6 +410,10 @@ nav { z-index: 2; + .gradients { + z-index: -1; + } + section { max-width: 1440px; display: flex; @@ -2636,10 +2640,6 @@ nav { left: 0; width: 100%; height: 1100px; - - @media (width < 768px) { - height: 700px; - } } .gradients .gradient.dark-blue { @@ -4004,6 +4004,10 @@ nav { hsl(49, 71%, 68%) 80% ); } + + .features-app .gradients .gradient { + height: 700px; + } } @media (width <= 375px) { diff --git a/templates/zerver/features.html b/templates/zerver/features.html index bb934d0e56..1b366ad904 100644 --- a/templates/zerver/features.html +++ b/templates/zerver/features.html @@ -7,9 +7,9 @@ {% block portico_content %} {% include 'zerver/landing_nav.html' %} -{% include 'zerver/gradients.html' %}
+ {% include 'zerver/gradients.html' %}

Powerful group chat.