Le blog de Victor Héry https://blog.victor-hery.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
450 B

div.elegant-gallery {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
margin: 0;
padding: 0;
font-size: 0;
& figure {
margin: 0;
padding: 0;
max-width: 100%;
border: 1px solid lightgray;
& figcaption {
display: none;
}
& img {
max-width: 100%;
border: none;
padding: 0;
margin: 0;
}
}
}