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; height: 300px;
position: relative; position: relative;
.content-img{ .content-img{
width: 400px; width: auto;
height: 300px; height: auto;
overflow: hidden; overflow: hidden;
& > img{ & > img{
width: auto; width: 100%;
height: 400px; height: 100%;
} }
} }
} }