Skip to content
Snippets Groups Projects
Unverified Commit 2b680660 authored by Olivia Simonet's avatar Olivia Simonet Committed by GitHub
Browse files

Léger fix : affichage des image des fonctionnalités (#523)

parent 93878079
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,16 @@
margin-bottom: $spacing-2
figure
order: -1
img
display: block
margin: auto
margin-bottom: $spacing-3
picture
img
margin: auto
display: block
picture:not(.is-png, .is-svg)
img
object-fit: cover
width: 100%
aspect-ratio: 16/9
figcaption
@include meta
margin-top: $spacing-2
......@@ -46,6 +53,4 @@
display: flex
+ li
margin-top: 0
.name
margin-top: $spacing-3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment