From 7e881e2ec3b9b2c3c2d22f0386db233cb5aeacd8 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 7 Jan 2025 18:29:03 +0100 Subject: [PATCH] style.css: remove extra padding from OP --- stylesheets/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index db434302..9d6ef686 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -592,12 +592,6 @@ div.post div.body { div.post.op { padding-top: 0px; vertical-align: top; - - /* Add back in the padding that is provided by body on large screens */ - @media (max-width: 48em) { - padding-left: 4px; - padding-right: 4px; - } } div.post.reply {