ajustement design

This commit is contained in:
2024-03-05 16:22:00 +01:00
parent 094fb35c8e
commit d5b0efa78b
4 changed files with 12 additions and 14 deletions

View File

@@ -4,13 +4,7 @@
display: grid;
grid-template-columns: repeat(12, 1fr);
// grid-gap: 10px;
.layout-sidebar-first{
position: relative;
.sidebar_first_container{
position: sticky;
position: -webkit-sticky;
}
}
.layout-content{
// grid-column: 3 / 11;
grid-row: 1;
@@ -168,6 +162,7 @@
img{
width: 40px;
height: auto;
margin: auto;
@media(max-width: 891px){
width: 30px;
}

View File

@@ -16,6 +16,8 @@
margin-top: 3rem;
}
.sidebar_first_container{
display: flex;
flex-direction: column;
width: 80%;
position: sticky;
position: -webkit-sticky;
@@ -29,9 +31,11 @@
}
#block-quartiers-de-demain-views-block-statics-block-1{
order: 1;
text-transform: uppercase;
}
#block-quartiers-de-demain-views-block-statics-fields-block-1{
order: 2;
border-top: 2px solid $blue_QDD;
padding-top: 0.3rem;
.views-field-field-pieces-jointes{