Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Mar 28, 2024
1 parent 507efe6 commit 87a5baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,11 @@ a.screen {
}

/* hide sub-brands from home page*/
main :is(#polyforum, #polypress) {
main.home :is(#polyforum, #polypress) {
display: none;
}

.sub-brands-container hr:nth-last-of-type(-n+2) {
main.home .sub-brands-container hr:nth-last-of-type(-n+2) {
display: none;
}

Expand Down

0 comments on commit 87a5baf

Please sign in to comment.