From 7947dd27af4a6ccd197805660ddbb6d501e14828 Mon Sep 17 00:00:00 2001 From: pwompus Date: Sat, 17 Aug 2024 01:36:32 +1000 Subject: [PATCH] made feed and archive items width fixed --- frontend/public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/style.css b/frontend/public/style.css index 90da2ab..876714e 100644 --- a/frontend/public/style.css +++ b/frontend/public/style.css @@ -101,6 +101,7 @@ img { } .feed-item, .archive-item { + width: 276.055px; margin-bottom: 0.625em; /* 10px */ cursor: pointer;