Plantilla:Polaroids/styles.css
Ir a la navegación
Ir a la búsqueda
#polaroid-gallery ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
list-style-type: none;
margin: 0;
}
#polaroid-gallery {
width: 100%;
}