reglages taille img home

This commit is contained in:
2023-07-12 23:23:16 +02:00
parent 836b9e157c
commit face587d92
2 changed files with 11 additions and 3 deletions
+6 -1
View File
@@ -349,6 +349,8 @@
div:first-child{
display: flex;
flex-direction: column;
max-height: 400px;
a{
color: $blue-dark;
@@ -364,7 +366,10 @@
img{
width: 100%;
object-fit: cover;
height: fit-content;
// height: fit-content;
height: auto;
max-height: 400px;
object-fit: contain;
}
// &::after{
// display: block;