diff options
author | Eden Attenborough <eddie.atten.ea29@gmail.com> | 2023-05-07 12:21:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 12:21:15 +0100 |
commit | f77e28a8b4937b8119761d27dde323b5b982e00a (patch) | |
tree | ba90a9854723ba7fed8226aeee85c50d818e17a1 /templates/index.html.j2 | |
parent | 8a058ac45e6ef5a4c7cd7141332b7951bc01f49c (diff) | |
parent | f1c90014cf3f4575a34564f9c438f4873e0e375d (diff) | |
download | UKGenderPayGap-f77e28a8b4937b8119761d27dde323b5b982e00a.tar.gz UKGenderPayGap-f77e28a8b4937b8119761d27dde323b5b982e00a.zip |
Merge pull request #1 from kira0x1/fix-bottomtext
Fix styling text
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r-- | templates/index.html.j2 | 3 |
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> |