smartphone offres de services

This commit is contained in:
2022-01-06 21:54:54 +01:00
parent 42f9b18ffb
commit c12e08cc12
2 changed files with 19 additions and 3 deletions
@@ -85,6 +85,9 @@
// offres
.block-views-blockoffres-de--block-1{
grid-column: 2 / span 3;
@media (max-width: 810px){
grid-column: 2 / span 4;
}
.view-display-id-block_1{
margin: auto;
}
@@ -116,7 +119,7 @@
// height: 200px;
div:first-of-type{
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: repeat(6 auto);
.field--name-field-type-de-protagoniste{
grid-column: 1 / span 3;
@@ -203,7 +206,12 @@
}
}
@media (max-width: 810px){
flex-direction: column;
.views-row{
width: 100%;
}
}
}
}