From 3ec9a6d92fe4b1b213aca93ba9ee4ae88849452c Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Wed, 09 Mar 2022 20:20:29 +0000
Subject: [PATCH] Merge branch 'master' into feature/add-size-options-to-figure-shortcode
---
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 6113ea4..3910d7c 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