From b2cea9bb74b6fc7f57f70e42b089e3b4acf9c288 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 6 Jun 2024 10:01:59 +0200 Subject: [PATCH] Fix meme css --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 8512142..a9e98cf 100644 --- a/assets/style.css +++ b/assets/style.css @@ -409,7 +409,7 @@ div#articleslist>article{ #meme_gallery { display: grid; - grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); grid-auto-rows: 1fr; }