Template:Polaroids/styles.css

Template page
#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%;
}