From f1f5959a251cd53c7f2a74b768e8a3ac9a745204 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 21 Feb 2023 11:50:08 +0100 Subject: [PATCH] css: reduce size of the jumbo header. The previous size was unbearable with longer titles such as in https://blog.magnum.graphics/backstage/cpu-feature-detection-dispatch/ --- css/m-dark+documentation.compiled.css | 4 ++-- css/m-dark.compiled.css | 4 ++-- css/m-layout.css | 4 ++-- css/m-light+documentation.compiled.css | 4 ++-- css/m-light.compiled.css | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/m-dark+documentation.compiled.css b/css/m-dark+documentation.compiled.css index e24e570b..fb3363dd 100644 --- a/css/m-dark+documentation.compiled.css +++ b/css/m-dark+documentation.compiled.css @@ -2180,11 +2180,11 @@ article#m-jumbo > header #m-jumbo-cover { padding-bottom: 5rem; } article#m-jumbo > header #m-jumbo-image { - font-size: 2.5vmin; + font-size: 2vmin; margin-bottom: -3rem; } article#m-jumbo > header h1 { - font-size: 10vmin; + font-size: 8vmin; } article#m-jumbo > header h2 { font-size: 3vmin; diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index 571467e6..56cab7be 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -2180,11 +2180,11 @@ article#m-jumbo > header #m-jumbo-cover { padding-bottom: 5rem; } article#m-jumbo > header #m-jumbo-image { - font-size: 2.5vmin; + font-size: 2vmin; margin-bottom: -3rem; } article#m-jumbo > header h1 { - font-size: 10vmin; + font-size: 8vmin; } article#m-jumbo > header h2 { font-size: 3vmin; diff --git a/css/m-layout.css b/css/m-layout.css index 25f46d94..feab6bb0 100644 --- a/css/m-layout.css +++ b/css/m-layout.css @@ -394,11 +394,11 @@ article#m-jumbo > header #m-jumbo-cover { padding-bottom: 5rem; } article#m-jumbo > header #m-jumbo-image { - font-size: 2.5vmin; + font-size: 2vmin; margin-bottom: -3rem; } article#m-jumbo > header h1 { - font-size: 10vmin; + font-size: 8vmin; } article#m-jumbo > header h2 { font-size: 3vmin; diff --git a/css/m-light+documentation.compiled.css b/css/m-light+documentation.compiled.css index 31ebcdab..c5efd768 100644 --- a/css/m-light+documentation.compiled.css +++ b/css/m-light+documentation.compiled.css @@ -2180,11 +2180,11 @@ article#m-jumbo > header #m-jumbo-cover { padding-bottom: 5rem; } article#m-jumbo > header #m-jumbo-image { - font-size: 2.5vmin; + font-size: 2vmin; margin-bottom: -3rem; } article#m-jumbo > header h1 { - font-size: 10vmin; + font-size: 8vmin; } article#m-jumbo > header h2 { font-size: 3vmin; diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index a8c42325..9beb112b 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -2180,11 +2180,11 @@ article#m-jumbo > header #m-jumbo-cover { padding-bottom: 5rem; } article#m-jumbo > header #m-jumbo-image { - font-size: 2.5vmin; + font-size: 2vmin; margin-bottom: -3rem; } article#m-jumbo > header h1 { - font-size: 10vmin; + font-size: 8vmin; } article#m-jumbo > header h2 { font-size: 3vmin; -- 2.30.2