added pictures/gallery. organized media better

This commit is contained in:
Parker TenBroeck 2026-01-20 19:22:57 -05:00
parent b0d420c311
commit 4886fa19c9
65 changed files with 318 additions and 112 deletions

17
sass/gallery.scss Normal file
View file

@ -0,0 +1,17 @@
.gallery {
gap: 0.5rem;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
a {
flex: 1 1 10em;
img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
}
}