From c34914ee8a42d13db32449561267096f4aa0117a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 3 Jan 2025 19:32:00 +0100 Subject: [PATCH] style.css: fix aligment issues --- stylesheets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 1b394486..e36c3f94 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -286,7 +286,7 @@ div.post { overflow-wrap: break-word; @media (max-width: 48em) { - padding: 0px; + box-sizing: border-box; margin: 0px; width: 100%; @@ -1130,7 +1130,9 @@ div.video-container { } div.post.reply { padding: 0.5em 0px 0.5em 0.5em; + margin: 0px; box-sizing: border-box; + margin: 0px; } .post-btn { margin: 0 2px 0 2px;