~dricottone/blog

ref: 1a169a0e842b4617a1d2c07420417fb015389112 blog/static/css/gallery.css -rw-r--r-- 198 bytes
1a169a0eDominic Ricottone New post 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
.gallery {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.image img {
  height: auto;
  width: auto;
  max-height: 300px;
  max-width: 800px;
}