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; } }