From 522b58392757c2aaf50cc4787154897112f76a9b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 May 2026 09:48:39 +0200 Subject: [PATCH] RESPONSIVE FIX --- resources/css/pages/archive-actualites.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/pages/archive-actualites.css b/resources/css/pages/archive-actualites.css index 519d393..0d438c1 100644 --- a/resources/css/pages/archive-actualites.css +++ b/resources/css/pages/archive-actualites.css @@ -4,7 +4,7 @@ } .post-grid__toolbar { - @apply items-start gap-y-4; + @apply flex flex-col md:grid items-start gap-y-4; grid-template-columns: max-content 1fr; grid-template-rows: auto auto; @@ -25,7 +25,7 @@ select[name='sort_by'] { grid-column: 2; grid-row: 2; - @apply justify-self-end; + @apply w-full md:w-fit justify-self-end; } .search-by {