This commit is contained in:
Kevin Tessier 2019-07-05 15:52:42 +02:00
parent 3e601fa5e3
commit d59370598c
3 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -951,12 +951,12 @@
height: 300px;
position: relative;
.content-img{
width: 400px;
height: 300px;
width: auto;
height: auto;
overflow: hidden;
& > img{
width: auto;
height: 400px;
width: 100%;
height: 100%;
}
}
}