From f90f0cc9e92e328e4ffb06590ca47aeb6b8911a6 Mon Sep 17 00:00:00 2001 From: kitoy Date: Sat, 28 Feb 2026 01:16:34 +0100 Subject: [PATCH] Fix css for article list --- static/pywallter.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/pywallter.css b/static/pywallter.css index 5884c8e..a6cda80 100644 --- a/static/pywallter.css +++ b/static/pywallter.css @@ -63,7 +63,6 @@ main > nav flex-wrap: wrap; } - article { width: 44vw; max-height: 35vw; @@ -80,7 +79,7 @@ main > nav } article footer{ display: block; - height: 5vw; + height: 10vw; } }