From 7264683a040192f6e92b878aa0902073604f7c7e Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 1 Jan 2024 16:10:26 +0000 Subject: [PATCH] [home] make sure home css only applies to home page --- ext/home/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/home/style.css b/ext/home/style.css index c1c9b78a5..9bc9ecc93 100644 --- a/ext/home/style.css +++ b/ext/home/style.css @@ -1,11 +1,11 @@ div#front-page h1 {font-size: 4rem; margin-top: 2em; margin-bottom: 0; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;} div#front-page {text-align:center;} -.space {margin-bottom: 1em;} +div#front-page .space {margin-bottom: 1em;} div#front-page div#links a {margin: 0 0.5em;} div#front-page li {list-style-type: none; margin: 0;} @media (max-width: 800px) { div#front-page h1 {font-size: 3rem; margin-top: 0.5em; margin-bottom: 0.5em;} - #counter {display: none;} + div#front-page #counter {display: none;} } div#front-page > #search > form { margin: 0 auto; }