From a646f1de797b42dcb197b4f82520d05741051ff4 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Sun, 2 Mar 2025 23:07:38 -0500 Subject: [PATCH] fixed image size --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a8b9544..a1f910d 100644 --- a/static/style.css +++ b/static/style.css @@ -92,7 +92,7 @@ hr { .postimg { align-self: center; - width: 50%; + width: 100%; } .postimg img {