diff options
| author | 2021-08-22 09:43:52 -0400 | |
|---|---|---|
| committer | 2021-08-22 09:43:52 -0400 | |
| commit | c82ef04c0fd54919bf29120c245242ae319254a1 (patch) | |
| tree | 17fdfaf6718ce1fc57830a4a136ae7b98705e768 | |
| parent | New Resource: vcokltfre's Discord bot tutorial. (diff) | |
| parent | merge: Merge branch 'doublevcodes/smarter-resources/front-end' of https://git... (diff) | |
Merge branch 'doublevcodes/smarter-resources/front-end' into swfarnsworth/smarter-resources/new-resources
| -rw-r--r-- | pydis_site/templates/resources/resources.html | 8 | 
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> | 
