css filtres ressources remonte pour 1300px

This commit is contained in:
Ouidade Soussi Chiadmi 2025-07-11 13:49:08 +02:00
parent 2711648bcc
commit 4cd6a70fb6
2 changed files with 10 additions and 2 deletions

View File

@ -833,6 +833,11 @@ footer {
top: 250px;
background-color: transparent;
}
@media (max-width: 1300px) {
.layout-sidebar-first {
top: 200px;
}
}
@media (max-width: 810px) {
.layout-sidebar-first {
position: relative;
@ -990,7 +995,7 @@ footer {
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .form-actions,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions {
padding-top: 1rem;
padding-top: 0rem;
display: flex;
flex-direction: row;
justify-content: space-between;

View File

@ -7,6 +7,9 @@
// z-index: 98;
// margin: 1rem 2rem;
background-color: transparent;
@media(max-width: 1300px){
top: $header-height;
}
@media(max-width: 810px){
position: relative;
width: 100%;
@ -140,7 +143,7 @@
}
}
.form-actions{
padding-top:1rem ;
padding-top:0rem ;
display: flex;
flex-direction: row;
justify-content: space-between;