Skip to content

Commit 0f70d9b

Browse files
committed
paginator aligns to the center
1 parent 53aeca3 commit 0f70d9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/css/lfm.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ a {
189189

190190
/* Items */
191191

192+
#pagination > ul.pagination {
193+
justify-content: center;
194+
}
195+
192196
#pagination.preserve_actions_space {
193197
padding-top: 1em;
194198
padding-bottom: 4rem; /* preserve space for main actions */

0 commit comments

Comments
 (0)