Files
robbis.space/assets/css/templates/album.css
KirbyCMS Deploy 0a8c107828 Initial commit
2026-04-15 11:50:31 +00:00

16 lines
241 B
CSS

.album-gallery {
line-height: 0;
columns: 1;
column-gap: 1.5rem;
}
.album-gallery li {
display: block;
margin-bottom: 1.5rem;
break-inside: avoid;
}
@media screen and (min-width: 60rem) {
.album-gallery {
columns: 2;
}
}