No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#polaroid-gallery | #polaroid-gallery ul { | ||
display: | display: flex; | ||
flex-direction: row; | |||
flex-wrap: wrap; | |||
align-content: center; | |||
justify-content: center; | |||
align-items: center; | |||
list-style-type: none; | |||
} | } | ||
Revision as of 21:40, 21 May 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; } #polaroid-gallery { width: 100%; }