responsive actu et projet

This commit is contained in:
2022-04-08 16:38:40 +02:00
parent 40ed34871d
commit 66bb0c590e
3 changed files with 5 additions and 4 deletions
@@ -110,6 +110,7 @@
// height: auto;
max-height: 360px;
object-fit: cover;
}
// position: relative;
@@ -119,7 +120,7 @@
img{
padding-top: 2rem;
width: 100%;
object-fit: contain;
object-fit: cover;
}
}
blockquote{
@@ -112,7 +112,7 @@
object-fit: cover;
@media (max-width: 810px) {
padding-top: 1rem;
object-fit: contain;
object-fit: cover;
width: 100%;
}
}