From 3184d8f808db0a9e912507d537e61aa62ddb2b35 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 24 Jun 2021 22:50:36 +0000
Subject: [PATCH] fix: missed absolute fontsize
---
assets/css/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 155142f..21e9cc4 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -348,7 +348,7 @@
.post .post-title h1 {
text-transform: uppercase;
- font-size: 30px;
+ font-size: 3.0em;
letter-spacing: 1px;
line-height: 1;
}
--
Gitblit v1.10.0