From 0f5830ce4865205debf5c8705097f62459712621 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 25 Dec 2021 21:47:31 +0100 Subject: Fix custom CSS for LWN Removing the padding made the main column hide beneath the left menu when reducing the window width. --- .config/firefox/userContent.css | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 43cb5d0..b620153 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -85,7 +85,6 @@ .maincolumn { max-width: 60em; margin: auto; - padding-left: 0 !important; } } -- cgit v1.2.3