re-corrections popup etape carte
This commit is contained in:
parent
2e47c8dd1b
commit
f20350a10a
|
@ -439,7 +439,8 @@ body{
|
|||
}
|
||||
}
|
||||
}
|
||||
> div:nth-of-type(3) {
|
||||
> div:nth-of-type(3),
|
||||
> div:nth-of-type(3) > a {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
@ -449,13 +450,15 @@ body{
|
|||
grid-column: 2 / span 1;
|
||||
grid-row: 1 / span 2;
|
||||
overflow: hidden;
|
||||
> img {
|
||||
> img,
|
||||
> a > img {
|
||||
padding: 0;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
margin: 0;
|
||||
display: block;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue