From: Vladimír Vondruš Date: Tue, 21 Feb 2023 10:50:08 +0000 (+0100) Subject: css: reduce size of the jumbo header. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f1f5959a251cd53c7f2a74b768e8a3ac9a745204;p=blog.git 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/ --- 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;