From f9d4b365e02263d674c3254775cfd104aa8f2683 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 29 Oct 2025 17:10:26 -0500 Subject: [PATCH] Fixed a little clipping --- stylesheets/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/home.css b/stylesheets/home.css index 946a8d6..d46a23a 100644 --- a/stylesheets/home.css +++ b/stylesheets/home.css @@ -251,7 +251,7 @@ a.member{ /* Footer Related*/ -@media (max-width: 600px){ +@media (max-width: 700px){ div.post{ width: 60vw; }