ViewPeople: add space between tags and page index widget

This commit is contained in:
Aaron van Geffen 2023-11-11 15:40:47 +01:00
parent a7ce206953
commit 41d14b5aee
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ViewPeople extends HTMLController
'start' => $start,
'base_url' => BASEURL . '/people/',
'page_slug' => 'page/%PAGE%/',
'index_class' => 'pagination-lg justify-content-center',
'index_class' => 'pagination-lg mt-5 justify-content-center',
]);
$this->page->adopt(new PageIndexWidget($pagination));