PaginationBar.module.css 110 B

123456
  1. .pagination_wrapper {
  2. margin: 0 auto;
  3. padding-bottom: 15px;
  4. display: flex;
  5. justify-content: center;
  6. }