summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-19 13:07:37 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:58 +0100
commit34e143c8788e1891bfabf26a9a331d571670f3ef (patch)
treead2182d54f7799ac5dbf3b56a8d51545da869cbb /common
parent18594685479162ec4f7f8eaec63e3724fa6bc9b6 (diff)
downloadwww-34e143c8788e1891bfabf26a9a331d571670f3ef.tar.gz
www-34e143c8788e1891bfabf26a9a331d571670f3ef.tar.bz2
www-34e143c8788e1891bfabf26a9a331d571670f3ef.zip
HF: Fixes alignment issue in 'Project funded by' section
Diffstat (limited to 'common')
-rw-r--r--common/footer-eu.j2.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/footer-eu.j2.inc b/common/footer-eu.j2.inc
index 352de685..84a70e18 100644
--- 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>