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

This commit is contained in:
Antoine M 2026-05-20 11:06:39 +02:00
parent 48489aa9fa
commit b93aba515f

View File

@ -1,7 +1,7 @@
.wp-block-carhop-blocks-dbmob-archives {
@apply mb-12;
.notices-toolbar {
@apply py-5 grid grid-cols-1 md:grid-cols-2 gap-4;
@apply py-5 grid grid-cols-1 md:grid-cols-2 gap-x-4 gap-y-2;
}
.post-count {
&__text {
@ -9,7 +9,9 @@
}
}
.sort_by {
@apply justify-self-end !w-fit cursor-pointer appearance-none border-primary border-none pr-10 text-primary;
@apply justify-self-end !w-fit cursor-pointer appearance-none border-primary border-none px-0 md:px-6 pr-10 text-primary;
max-width: 100%;
/* Remplace la flèche native (appearance-none) — même asset que .post-grid__toolbar select */
background-color: transparent;
background-image: url('../resources/img/elements/select-drop-button.svg');
@ -18,7 +20,7 @@
background-size: 2rem 2rem;
}
.search-bar {
@apply py-8 border-t border-b border-solid border-primary col-span-2;
@apply py-6 md:py-8 border-t border-b border-solid border-primary md:col-span-2;
label {
@apply block text-lg text-primary !font-normal nunito normal-case mb-2;
}