From c12ad70f8592cff6b1e28f50f36b6a8f7ddc356d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 27 Apr 2023 09:02:54 +0200 Subject: [PATCH] Set footer's text-transform to lowercase --- src/components/Footer.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3d57acb..4d87fbd 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -12,5 +12,6 @@ const today = new Date(); padding: 1rem 0; border-top: 1px solid #fff; text-align: center; + text-transform: lowercase; }