From 219f09af3ae9370387deb19cdaac175b68d3b2f1 Mon Sep 17 00:00:00 2001 From: Louis Dispa Date: Thu, 27 Feb 2025 23:02:19 +0100 Subject: [PATCH] Capitalize menu and title --- static/style.css | 1 + templates/base.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 @@