summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 6cc7b44f..f3b82e9a 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -51,11 +51,11 @@
<div class="row mt-5">
</div>
<div class="row">
- <div class="col-8">
+ <div class="col-12">
<h2><a href="{{ url_localized('news/index.html')}}">{{ _("News") }}</a></h2>
</div>
{% for item in newsdata[:3] %}
- <div class="col-8">
+ <div class="col-12">
<a href="news/{{ item['page'] }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a>
</div>
{% endfor %}