~dricottone/blog

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