RESPONSIVE FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-21 09:48:39 +02:00
parent dfbdaa7416
commit 522b583927

View File

@ -4,7 +4,7 @@
} }
.post-grid__toolbar { .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-columns: max-content 1fr;
grid-template-rows: auto auto; grid-template-rows: auto auto;
@ -25,7 +25,7 @@
select[name='sort_by'] { select[name='sort_by'] {
grid-column: 2; grid-column: 2;
grid-row: 2; grid-row: 2;
@apply justify-self-end; @apply w-full md:w-fit justify-self-end;
} }
.search-by { .search-by {