From a645d6bd0d6c5fba05008e56c58d3939e68a87e3 Mon Sep 17 00:00:00 2001 From: Lukian Date: Sun, 27 Apr 2025 00:35:09 +0200 Subject: [PATCH] fix: fixed lastmessages section width on phones --- front/src/styles/Home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/styles/Home.css b/front/src/styles/Home.css index 14ee253..7780db9 100644 --- a/front/src/styles/Home.css +++ b/front/src/styles/Home.css @@ -62,7 +62,7 @@ gap: 20px; } - .home-messages { + .messages { width: 97%; }