aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html.j2
diff options
context:
space:
mode:
authorKira <kira.eva@protonmail.com>2023-05-07 01:24:56 +0100
committerKira <kira.eva@protonmail.com>2023-05-07 01:24:56 +0100
commitf1c90014cf3f4575a34564f9c438f4873e0e375d (patch)
treeba90a9854723ba7fed8226aeee85c50d818e17a1 /templates/index.html.j2
parent8a058ac45e6ef5a4c7cd7141332b7951bc01f49c (diff)
downloadUKGenderPayGap-f1c90014cf3f4575a34564f9c438f4873e0e375d.tar.gz
UKGenderPayGap-f1c90014cf3f4575a34564f9c438f4873e0e375d.zip
Fix styling text
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r--templates/index.html.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index 40ff005..234759f 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -6,8 +6,9 @@
<li>
<div class="chart_container">
<div class="minichart" id="/minichart{{ elem['url'] }}">
- <a href="{{ elem['url'] }}">{{ elem['title'] }}</a>
+ </div>
</div>
+ <a class="bottom_text" href="{{ elem['url'] }}">{{ elem['title'] }}</a>
</li>
{% endfor %}
</ul>