css filtres ressources remonte pour 1300px
This commit is contained in:
parent
2711648bcc
commit
4cd6a70fb6
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user