summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2024-01-11 16:09:13 +0100
committerStefan Kügel <skuegel@web.de>2024-01-11 16:09:13 +0100
commit15b3aeb1dfc3a99769b9038079b819e6e764eef0 (patch)
tree4c0857411e53619a80db07659271d243e32d4ebf /template
parent6436a12ba7be2800e2c8b80ad454caa95880c217 (diff)
downloadwww-15b3aeb1dfc3a99769b9038079b819e6e764eef0.tar.gz
www-15b3aeb1dfc3a99769b9038079b819e6e764eef0.tar.bz2
www-15b3aeb1dfc3a99769b9038079b819e6e764eef0.zip
adjust height of headers on news index page and in list of events on NGI homepage
Diffstat (limited to 'template')
-rw-r--r--template/news/index.html.j22
-rw-r--r--template/ngi-taler.html.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index 36a0e127..2d9b2745 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -24,7 +24,7 @@
<li>
<section class="item-preview">
<header>
- <h3>{{ item['title']|e }}</h3>
+ <h5>{{ item['title']|e }}</h5>
<p class="item-date">
{{ item['date'] }}
</p>
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
index a0048ee3..dd7f8965 100644
--- a/template/ngi-taler.html.j2
+++ b/template/ngi-taler.html.j2
@@ -65,7 +65,7 @@
<li>
<section class="item-preview">
<header>
- <h3> {{ item['date']}}: {{ item['title']|e }}</h3>
+ <h5> {{ item['date']}}: {{ item['title']|e }}</h5>
<p class="item-date">
{{ item['teaser'] }}
</p>