~dricottone/blog

ref: a1ab65abeebe4122cc3948541221f26ba16e5207 blog/static/css/gallery.css -rw-r--r-- 111 bytes
a1ab65abDominic Ricottone Slight refactor 2 years ago
                                                                                
1
2
3
4
5
6
.gallery {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}