From 45f82b635d567e57c2a5b40bd78352b64f47a3ea Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 04 Mar 2022 18:41:49 +0000
Subject: [PATCH] feat: title case content headings

---
 assets/scss/partials/components/_archive.scss |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/assets/scss/partials/components/_archive.scss b/assets/scss/partials/components/_archive.scss
index 7a58f63..ce98d6b 100644
--- a/assets/scss/partials/components/_archive.scss
+++ b/assets/scss/partials/components/_archive.scss
@@ -32,6 +32,7 @@
     &-title {
       display: inline-block;
       flex: 0.96;
+      text-transform: uppercase;
 
       @include themed() {
         color: t('primary');

--
Gitblit v1.10.0