From 585eb1713d0ba45666e9ff0ce945802e1501f437 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 11 Nov 2024 13:26:11 +0000
Subject: [PATCH] feat: style headlines
---
assets/scss/_content.scss | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss
index 229c334..24cdd83 100644
--- a/assets/scss/_content.scss
+++ b/assets/scss/_content.scss
@@ -40,9 +40,11 @@
}
.name {
+ margin-top: 0px;
margin-bottom: 40px;
color: #47bec7;
font-size: 16px;
+ font-weight: normal;
line-height: 100%;
letter-spacing: 1px;
text-transform: uppercase;
@@ -72,10 +74,12 @@
text-decoration: none;
}
-.text-block-2 {
+.text-block {
+ margin-top: 0px;
margin-bottom: 20px;
color: #485462;
font-size: 12px;
+ font-weight: normal;
line-height: 12px;
letter-spacing: 2px;
text-transform: uppercase;
--
Gitblit v1.10.0