diff --git a/website/static/style.css b/website/static/style.css index 78a2c73d..98fa665b 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -831,7 +831,7 @@ th[data-sort].sort-asc::after { } .no-results { - padding: 2.4rem var(--shell-pad) 0; + padding: 2.4rem var(--shell-pad); text-align: center; color: var(--ink-muted); font-size: var(--text-lg); @@ -860,6 +860,9 @@ th[data-sort].sort-asc::after { .final-cta { padding-block: clamp(3rem, 7vw, 5.5rem); background: oklch(94% 0.025 72); +} + +.final-cta > .section-shell { display: grid; gap: 1rem; } diff --git a/website/templates/index.html b/website/templates/index.html index d365de95..6abd906a 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -243,7 +243,8 @@ -
+
+

Know a project that belongs here?

Tell us what it does and why it stands out.

@@ -263,5 +264,6 @@ >Star the repository
+
{% endblock %}