summaryrefslogtreecommitdiff
path: root/showcase
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2019-08-22 17:42:03 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-22 17:42:03 +0200
commitd0bfbd8482b73f8bce591aa72688b6b5ae79ba14 (patch)
tree80e75deb761c589b4a8adde7dbb4609ae25afe6e /showcase
parent6a266c4545b37892143cb15d3ad5387c9cfa8cdd (diff)
downloadishtar-pergamon-d0bfbd8482b73f8bce591aa72688b6b5ae79ba14.tar.bz2
ishtar-pergamon-d0bfbd8482b73f8bce591aa72688b6b5ae79ba14.zip
Bootstrap integration
Diffstat (limited to 'showcase')
-rw-r--r--showcase/templates/showcase/show_case.html4
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">