From 9d64cd2d2b75e5e9b356b5973f9601bd5dd61d5e Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:36:17 +0700 Subject: [PATCH] CSS friends grid full fix --- Web/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 4fff0fba..0f083380 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -850,7 +850,7 @@ span { } .content_list .cl_element { - width: 33%; + width: 32%; display: inline-block; text-align: center; }