responsive taille image

This commit is contained in:
2024-10-10 09:41:30 +02:00
parent 826cf07e05
commit 1cd8a5f87c
2 changed files with 6 additions and 6 deletions
@@ -112,16 +112,16 @@
max-height: 400px;
object-fit: contain;
@media (max-width: 568px){
max-width: 100vw;
max-width: 90vw;
}
}
@media (max-width: 568px){
grid-column: 3 /span 8;
grid-column: 1 /span 8;
}
@media (max-width: 499px){
grid-column: 2 /span 8;
grid-column: 1 /span 8;
}
blockquote{
font-size: 0.8rem;