responsive filtre actu

This commit is contained in:
2025-04-08 22:25:08 +02:00
parent 817162241a
commit 6258b50304
2 changed files with 13 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
@media(max-width: 810px){
display: flex;
flex-direction: column;
flex-direction: row;
justify-content: space-between;
}
label{
@@ -133,6 +133,11 @@
height: 25px;
width: 96%;
}
&.js-form-item{
@media(max-width: 810px){
flex-direction: column;
}
}
}
.form-actions{
padding-top:1rem ;