sparkletown/sparkle

View on GitHub
src/components/templates/PosterHall/PosterHall.scss

Summary

Maintainability
Test Coverage
.PosterHall {
  &__posters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  &__more-button {
    display: flex;
    justify-content: center;
  }
}