From 87a5bafc1d47197d8bd4f60aeb0150512a4d6f6c Mon Sep 17 00:00:00 2001 From: xxiicode Date: Thu, 28 Mar 2024 11:14:26 +0100 Subject: [PATCH] Update styles.css --- app/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles.css b/app/styles.css index d96b848..a4810ea 100644 --- a/app/styles.css +++ b/app/styles.css @@ -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; }