From 0e793ecde5ef7f38800714cfe35aa5941a0cf320 Mon Sep 17 00:00:00 2001 From: schrumpel <Ă‚git@f0ck.it> Date: Fri, 1 Sep 2023 23:08:41 +0200 Subject: [PATCH] gives me three thumbnails on my phone, should be good --- public/s/css/f0ck.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index c702d35..2dca6f8 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -1224,9 +1224,10 @@ div.posts { } @media (max-width: 376px) { - div.posts { +/* hat mich auf dem handy abgefuckt, testweiste raus */ + /*div.posts { grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); - } + }*/ } div.posts>a {