Files
alfieking.dev/static/css/gallery.css
Alfie King 067f0e189d
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 4m7s
toaster button
2026-01-29 01:24:53 +00:00

23 lines
356 B
CSS

.gallery {
width: 100%;
}
.gallery .gallery-images {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1rem;
overflow: hidden;
}
.gallery .gallery-images img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.gallery h2.gallery-date {
position: relative;
top: 0;
left: 0;
}