From 32d3a9810144f93d7699ceca8a6542deeb2de373 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 27 Sep 2023 13:05:38 +0200 Subject: Update theme --- themes/conspiracy/assets/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/conspiracy/assets/css/style.css b/themes/conspiracy/assets/css/style.css index f41580a..489a218 100644 --- a/themes/conspiracy/assets/css/style.css +++ b/themes/conspiracy/assets/css/style.css @@ -156,13 +156,13 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-family: "Manuskript Gothisch"; + font-family: "Bodoni Moda"; } body > header { z-index: 1; margin-top: 100px; - margin-bottom: 0; + margin-bottom: 200px; text-align: center; display: flex; flex-direction: column; @@ -176,11 +176,12 @@ body > header > h1 { -webkit-background-clip: text; color: transparent; filter: drop-shadow(0 0 10px rgba(0, 0, 0, var(--shadow-opacity))); - font-size: 32px; + font-size: 40px; } +/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */ +/* body > header > h1::first-line { - /* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */ --min-fs: 3; --max-fs: 10; --min-vw: 20; @@ -194,6 +195,7 @@ body > header > h1::first-line { font-size: clamp(var(--min-fs-rem), var(--min-fs-rem) + var(--slope), var(--max-fs-rem)); } +*/ main.cards { -- cgit