re-corrections popup etape carte

This commit is contained in:
Valentin Le Moign 2025-01-23 20:09:57 +01:00
parent 2e47c8dd1b
commit f20350a10a
1 changed files with 5 additions and 2 deletions

View File

@ -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%;
}
}
}