pagination.css 91 B

12345
  1. .pagination_layout{
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. }