diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-31 16:56:57 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-31 16:56:57 +0100 |
commit | d12c5941ed405772f979f5857aaf42b9b12ae420 (patch) | |
tree | 760bb814b0f11e6a0c0028507e4cab79caefde27 | |
parent | c16116559d008302808f75afe84c510145e1eaf0 (diff) | |
download | garagehq.deuxfleurs.fr-d12c5941ed405772f979f5857aaf42b9b12ae420.tar.gz garagehq.deuxfleurs.fr-d12c5941ed405772f979f5857aaf42b9b12ae420.zip |
Fix centering of NGI logo
-rwxr-xr-x | templates/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 4c70af3..b48614f 100755 --- a/templates/index.html +++ b/templates/index.html @@ -193,9 +193,7 @@ The Deuxfleurs association has received a grant from <a class="text-garage-orange underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a>, to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022. </p> - <p class="text-center"> - <img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3" alt="NGI Pointers"> - </p> + <img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3 mx-auto" alt="NGI Pointers"> <p class="italic"> This project has received funding from the European Union's Horizon 2021 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement N° 871528. |