diff options
Diffstat (limited to 'showcase')
-rw-r--r-- | showcase/templates/showcase/show_case.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/showcase/templates/showcase/show_case.html b/showcase/templates/showcase/show_case.html index 15bc9c5..1634f8b 100644 --- a/showcase/templates/showcase/show_case.html +++ b/showcase/templates/showcase/show_case.html @@ -25,7 +25,7 @@ <hr> {% if page.data %} -<div class="row justify-content-md-center"> +<div class="row justify-content-center"> {% for item in paginated_data.object_list %} <div class="col-md-auto m-1" style="width: 12rem;"> <div class="card"> @@ -41,7 +41,7 @@ {% if paginator %} <hr> -<nav aria-label="{% trans 'Pagination' %}" class="row justify-content-md-center"> +<nav aria-label="{% trans 'Pagination' %}" class="row justify-content-center"> <ul class="pagination"> <li class="page-item{% if not paginated_data.has_previous %} disabled{% endif %}"> <a class="page-link"{% if not paginated_data.has_previous %} tabindex="-1" href="#"{% else %} href="?page={{ paginated_data.previous_page_number }}"{% endif %} aria-label="Next"> |