From 3b9575070fe851ff8252393432cd03ba75b4b4a4 Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Fri, 26 Jul 2024 13:59:57 -0400 Subject: [PATCH] Remove the min-width requirement for the main column This was meant to be removed already, this is what fixes posts having an odd right side gap before swapping to the mobile layout --- static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/style.css b/static/style.css index 176a0ba..252d507 100644 --- a/static/style.css +++ b/static/style.css @@ -358,7 +358,6 @@ main { #column_one { width: 100%; - max-width: 750px; border-radius: 5px; overflow: inherit; }