From 82b2cee0b41b72c73b853531c807df2115998879 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Sun, 20 Feb 2022 15:23:56 +0000
Subject: [PATCH] feat: increase font size of post title

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

diff --git a/assets/scss/partials/components/_post.scss b/assets/scss/partials/components/_post.scss
index c16feee..fef45de 100644
--- a/assets/scss/partials/components/_post.scss
+++ b/assets/scss/partials/components/_post.scss
@@ -87,9 +87,9 @@
       letter-spacing: 1px;
       line-height: 1;
       font-weight: 600;
-      font-size: 2.2rem;
 
       a {
+        font-size: 2rem;
         @include themed() {
           color: t('primary');
         }

--
Gitblit v1.10.0