Files
alfieking.dev/static/css/gallery.css
2025-08-07 21:25:10 +01:00

17 lines
254 B
CSS

.gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.gallery-date {
margin: 1rem 0 .25rem 0;
font-size: 2rem;
}