Template:Polaroids/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#polaroid-gallery li {
#polaroid-gallery ul {
     display: inline-block;
     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%;
}
}

Latest revision as of 23:26, 8 November 2023

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