[PATCH v1 2/2] drop mobile banner rules made unreachable by the drawer

Rito Rhymes <[email protected]> Mon, 3 Aug 2026 11:35:02 -0400
Newsgroups org.kernel.linux.tools
Message-ID <[email protected]>
The previous patch hides #banner below 848px, so the rules that shrank
it there no longer apply. This includes the #banner ul clearance from
commit 6898150 ("Fix mobile series follow-ups to preserve desktop
layout").

No rendering change.

Signed-off-by: Rito Rhymes <[email protected]>
Assisted-by: LLM [codegen, review]
---
 korgi/static/css/main.css | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/korgi/static/css/main.css b/korgi/static/css/main.css
index 60538d9..d6fb3f9 100644
--- a/korgi/static/css/main.css
+++ b/korgi/static/css/main.css
@@ -504,28 +504,6 @@ dt {
         }
     }
 
-    #banner {
-        width: auto;
-        margin: 0;
-        border-radius: 0;
-        border-left: none;
-        border-right: none;
-        border-top: none;
-    }
-    #banner h1 {
-        font-size: 2em;
-        margin: 0.5em 0;
-    }
-    #tux-gear {
-        width: 4em;
-        height: 5em;
-    }
-    #banner ul {
-        margin: 0 4em 0 0;
-    }
-    #banner li {
-        padding: 0 0.5em;
-    }
     h1, h2, h3, h4, h5, h6 {
         line-height: 1.1;
     }
-- 
2.51.0