gallery.scss 148 B

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