From 55a11061ab045e54687e7856fed064b30670fcf1 Mon Sep 17 00:00:00 2001 From: Georges Lebreton <102960844+Georges-GNM@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:36:18 +0000 Subject: [PATCH] Add display none to most-popular__second-tier --- static/src/stylesheets/module/_most-popular.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/src/stylesheets/module/_most-popular.scss b/static/src/stylesheets/module/_most-popular.scss index 71f8826838f9..8c9f21d9443c 100644 --- a/static/src/stylesheets/module/_most-popular.scss +++ b/static/src/stylesheets/module/_most-popular.scss @@ -208,11 +208,12 @@ } .most-popular__second-tier { + display: none; margin-top: $gs-baseline * 2; @include mq(tablet) { border-top: 1px solid $brightness-86; - display: flex !important; + display: none; } }