taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 15b3aeb1dfc3a99769b9038079b819e6e764eef0
parent 6436a12ba7be2800e2c8b80ad454caa95880c217
Author: Stefan Kügel <skuegel@web.de>
Date:   Thu, 11 Jan 2024 16:09:13 +0100

adjust height of headers on news index page and in list of events on NGI homepage

Diffstat:
Mtemplate/news/index.html.j2 | 2+-
Mtemplate/ngi-taler.html.j2 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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>