diff options
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/resources/resources.html | 4 |
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> |