aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/templates/resources/resources.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html
index 0e4302c6..2ae28725 100644
--- a/pydis_site/templates/resources/resources.html
+++ b/pydis_site/templates/resources/resources.html
@@ -46,7 +46,7 @@
{% endfor %}
</div>
</div>
- <span class="control ml-2 is-flex is-align-items-end is-justify-content-end mt-auto">
+ <span class="control ml-2 is-flex is-align-items-end is-justify-content-center mt-auto">
<button onclick="selectAllQueryParams('topic')" class="button is-success is-small">Select All</button>
</span>
</div>
@@ -62,7 +62,7 @@
</label>
</div>
{% endfor %}
- <span class="control ml-2 is-flex is-align-items-end is-justify-content-end mt-auto">
+ <span class="control ml-2 is-flex is-align-items-end is-justify-content-center mt-auto">
<button onclick="selectAllQueryParams('type')" class="button is-success is-small">Select All</button>
</span>
</div>
@@ -78,7 +78,7 @@
</label>
</div>
{% endfor %}
- <span class="control ml-2 is-flex is-align-items-end is-justify-content-end mt-auto">
+ <span class="control ml-2 is-flex is-align-items-end is-justify-content-center mt-auto">
<button onclick="selectAllQueryParams('payment')" class="button is-success is-small">Select All</button>
</span>
</div>
@@ -94,7 +94,7 @@
</label>
</div>
{% endfor %}
- <span class="control ml-2 is-flex is-align-items-end is-justify-content-end mt-auto">
+ <span class="control ml-2 is-flex is-align-items-end is-justify-content-center mt-auto">
<button onclick="selectAllQueryParams('complexity')" class="button is-success is-small">Select All</button>
</span>
</div>