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