Skip to content

Commit

Permalink
paginator aligns to the center
Browse files Browse the repository at this point in the history
  • Loading branch information
streamtw committed May 8, 2020
1 parent 53aeca3 commit 0f70d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/lfm.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ a {

/* Items */

#pagination > ul.pagination {
justify-content: center;
}

#pagination.preserve_actions_space {
padding-top: 1em;
padding-bottom: 4rem; /* preserve space for main actions */
Expand Down

0 comments on commit 0f70d9b

Please sign in to comment.