diff --git a/tjdests/templates/destinations/college_list.html b/tjdests/templates/destinations/college_list.html
index 5ec455c..27ef343 100644
--- a/tjdests/templates/destinations/college_list.html
+++ b/tjdests/templates/destinations/college_list.html
@@ -29,7 +29,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
+ {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}
@@ -91,7 +91,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
+ {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}
diff --git a/tjdests/templates/destinations/student_list.html b/tjdests/templates/destinations/student_list.html
index 530123d..d3c9fd2 100644
--- a/tjdests/templates/destinations/student_list.html
+++ b/tjdests/templates/destinations/student_list.html
@@ -29,7 +29,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
+ {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}
@@ -136,7 +136,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
+ {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}