feat: Modification des tailles des images et de l'affichage de la vignette mise en avant
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2025-04-08 10:42:34 +02:00
parent 36f1915d86
commit 6cc65c1ff2
3 changed files with 10 additions and 7 deletions

View File

@ -28,11 +28,14 @@ $size-news: 100px
width: $size-la-une
height: $size-la-une
@media screen and (max-width: $size-sm)
background: white
width: 100%
overflow: hidden
margin: 0
img
width: 100%
width: auto
margin: 0 auto
max-height: 100%
.details
padding: 20px
background: var(--color-grey)