responsive actu

This commit is contained in:
2022-03-10 13:15:26 +01:00
parent d0331c6afa
commit f70be96381
2 changed files with 19 additions and 5 deletions
@@ -93,8 +93,9 @@
}
.block-entity-fieldnodefield-images{
grid-column-start: 5;
grid-column-end: 9;
// grid-column-start: 5;
// grid-column-end: 9;
grid-column: 5 / span 9;
img{
padding-top: 2rem;
width: 600px;
@@ -105,7 +106,14 @@
// position: relative;
// bottom: -50%;
@media (max-width: 1008px){
width: 100%;
img{
padding-top: 2rem;
width: 100%;
object-fit: contain;
}
}
}
@media (max-width: 810px){
display: flex;