diff --git a/static/style.css b/static/style.css index c6e124e04..1214b0641 100644 --- a/static/style.css +++ b/static/style.css @@ -377,6 +377,7 @@ footer { font-size: 3em; font-weight: 900; margin-bottom: 0.5em; + text-transform: capitalize; } @media (min-width: 640px) { diff --git a/templates/base.html b/templates/base.html index 03d44a344..c6d86070d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,13 +25,13 @@