aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Vivaan Verma <[email protected]>2021-08-12 12:03:45 +0100
committerGravatar Vivaan Verma <[email protected]>2021-08-12 12:03:45 +0100
commit577dd0810ca5a7f0b270aa3a82042302a5ab38f8 (patch)
treed78357ef99348d51ddf7ff62e1b055f5e39b6c6d /pydis_site/templates
parentfix: Pin `psycopg2-binary` to v2.8.* (diff)
feat: Center `Search` and `Clear Search` buttons
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/resources/resources.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html
index edb968d7..ef4aac8b 100644
--- a/pydis_site/templates/resources/resources.html
+++ b/pydis_site/templates/resources/resources.html
@@ -75,8 +75,8 @@
</div>
</div>
- <div class="ml-3 pb-3">
- <span class="control">
+ <div class="is-flex is-justify-content-center pb-3">
+ <span class="control mr-2">
<button onclick="buildQueryParams()" class="button is-link is-small">Search</button>
</span>