From 6e8c9c49c9d4fe24dbcf49a35c5b75ec51c28499 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Wed, 18 Aug 2021 20:10:09 +0100 Subject: [PATCH] [CSS] Fixed position: sticky which rendered mobile users unable to view main page features section. --- assets/css/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 8d69eb6..223ef7f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -111,11 +111,14 @@ header * { height: 3rem !important; width: 3rem !important; } - .content, - .ribbon-wrapper, - .content-team { - padding: 2rem !important; + @media screen and (max-height: 1090px) { + .content, + .ribbon-wrapper, + .content-team { + position: relative !important; + } } + } /*