No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
align-items: center; | align-items: center; | ||
list-style-type: none; | list-style-type: none; | ||
margin: 0; | |||
} | } | ||
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%;
}