passion_retro/static/themes/00s-copy/gallery.css
2025-09-12 11:11:44 +02:00

13 lines
No EOL
214 B
CSS

.gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
}
.gallery-item {
display: flex;
flex-direction: column;
max-width: 200px;
}