gallery.css 145 B

12345678
  1. .gallery-flex {
  2. display: flex;
  3. flex-direction: row;
  4. flex-wrap: wrap;
  5. justify-content: center; }
  6. .gallery-flex img {
  7. margin: 1em; }