diff --git a/themed/base.html b/themed/base.html
index f7b9143..3292982 100644
--- a/themed/base.html
+++ b/themed/base.html
@@ -18,9 +18,9 @@
{% block repo_header %}
{% endblock %}
diff --git a/themed/index.html b/themed/index.html
index 6e88d43..352ba8d 100644
--- a/themed/index.html
+++ b/themed/index.html
@@ -26,16 +26,16 @@
{% for int i = 0; i < cgit_repolist.count; i++ %}
{! ctx.repo = &cgit_repolist.repos[i]; !}
{! if (!cgit_repolist_is_visible(ctx.repo)) { continue; } !}
-
0 %} class="border-t border-gray-300 pt-4 mt-4"{% endif %}>
+
0 %} class="border-t border-gray-300 pt-2 mt-2"{% endif %}>
{# Heroicons outline cube #}
-
+
{! char *repourl = cgit_repourl(ctx.repo->url); !}
-
+
{! free(repourl); !}
-
{{ ctx.repo->desc }}
-
Updated {! cgit_repolist_print_modtime(ctx.repo); !} ago
+
{{ ctx.repo->desc }}
+
Updated {! cgit_repolist_print_modtime(ctx.repo); !} ago
{% endfor %}