commit 34e143c8788e1891bfabf26a9a331d571670f3ef
parent 18594685479162ec4f7f8eaec63e3724fa6bc9b6
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
Date: Sun, 19 Nov 2023 13:07:37 +0100
HF: Fixes alignment issue in 'Project funded by' section
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/footer-eu.j2.inc b/common/footer-eu.j2.inc
@@ -26,7 +26,7 @@
<img src={{ url_static('images/logo-SBFI_EU_Frameworkprogramme_E_hoch.svg') }} class="img-fluid" width="70%" alt="" loading="lazy">
</div>
<div class="container container-fluid">
- <p class="dark-grey-text text-muted w-responsive mx-auto mt-3">
+ <p class="dark-grey-text text-muted w-responsive mx-auto mt-2">
This work has received funding from the Swiss State Secretariat for Education, Research and Innovation (SERI)
<p>
</div>
@@ -37,7 +37,7 @@
<img src={{ url_static('images/logo-europeanUnion_FundedBy.svg') }} class="img-fluid" width="60%" alt="" loading="lazy">
</div>
<div class="dark-grey-text container container-fluid">
- <p class="text-muted w-responsive mx-auto mt-3">
+ <p class="text-muted w-responsive mx-auto mt-4">
Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or [name of the granting authority]. Neither the European Union nor the granting authority can be held responsible for them.
</p>
</div>