Skip to content

Commit

Permalink
Add some padding to the paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Johnston committed Dec 7, 2023
1 parent 8233c33 commit af6d4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngx-joeljca-blogapp-2/src/app/views/blog/blog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ <h3 class="h4">
</div>

<!-- Pagination -->
<nav aria-label="Page navigation example">
<nav aria-label="Page navigation example" class="mb-5">

<ul class="pagination justify-content-center pt-lg-3 pt-1">

<li class="page-item" [class.disabled]="firstPageDisabled">
<a routerLink="/blog" [queryParams]="{page: currentPage - 1}" class="page-link" aria-label="Previous page">
<i class="bx bx-chevron-left mx-n1"></i>
Expand Down

0 comments on commit af6d4d8

Please sign in to comment.