summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-05 09:35:49 +0200
committerYuval Adam <_@yuv.al>2022-11-05 09:35:49 +0200
commite092c06b1a6cca301492629535198704065bf401 (patch)
tree0ab61958a6afa252709c425e091d57ad60173b8f
parent86f545e03f6e6180e2df7b3e86d5479bc7dd6289 (diff)
Footer small screen improvements
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index c9c7946..be0619c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -36,7 +36,7 @@
{% endfor %}
</ul>
<hr class="mt4 white-20">
- <footer class="tr">
+ <footer class="tr lh-copy mb4">
Created by <a href="https://yuv.al" class="link dim green">Yuval Adam</a>. Maintained collaboratively on <a
href="https://github.com/yuvadm/namehack.club" class="link dim green">Github</a>.
</footer>