diff --git a/internal/public/templates/sites.html b/internal/public/templates/sites.html index fffdb5c..f1fdfaa 100644 --- a/internal/public/templates/sites.html +++ b/internal/public/templates/sites.html @@ -39,5 +39,12 @@

{{end}} + \ No newline at end of file diff --git a/static/public.css b/static/public.css index de9f908..6ebffcd 100644 --- a/static/public.css +++ b/static/public.css @@ -5,7 +5,7 @@ body { padding: 1rem; } -header, main { +header, main, footer { padding: 1rem 1.5rem; width: 100%; max-width: 48rem; @@ -18,6 +18,11 @@ header { border-radius: 6px; } +footer { + color: var(--color-gray-400); + padding-top: 0; +} + .join-link { color: var(--color-gray-400); }