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/_post.scss | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/assets/scss/partials/components/_post.scss b/assets/scss/partials/components/_post.scss
index 27712cc..ed1333d 100644
--- a/assets/scss/partials/components/_post.scss
+++ b/assets/scss/partials/components/_post.scss
@@ -97,7 +97,6 @@
$font-size-h1: 3.6rem;
font-size: $font-size-h1;
- text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
@@ -115,7 +114,6 @@
font-size: $font-size-h2;
font-weight: 600;
- text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
@@ -133,7 +131,6 @@
font-size: $font-size-h3;
font-weight: 600;
- text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
--
Gitblit v1.10.0