Skip to content

Commit

Permalink
Add display none to most-popular__second-tier
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Dec 4, 2024
1 parent 3cf2b3f commit 55a1106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/src/stylesheets/module/_most-popular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 55a1106

Please sign in to comment.