all repos — h3rald @ 1f022e8032a864cc557d1d6f922773a3317e4b9d

The sources of https://h3rald.com

Fixes.
h3rald h3rald@h3rald.com
Sat, 24 Feb 2024 22:08:50 +0100
commit

1f022e8032a864cc557d1d6f922773a3317e4b9d

parent

6b42b35e5b56074a84ca61395a4956a25a4d194c

2 files changed, 12 insertions(+), 9 deletions(-)

jump to
M assets/styles/style.cssassets/styles/style.css

@@ -165,7 +165,7 @@

h1, .h1 { font-size: 2.375rem; - line-height: calc(var(--leading) * 1.8); + line-height: calc(var(--leading) * 1.25); margin-top: calc(var(--leading) * 1); margin-bottom: calc(var(--leading) * 0); }

@@ -173,7 +173,7 @@

h2, .h2 { font-size: 2rem; - line-height: calc(var(--leading) * 1.8); + line-height: calc(var(--leading) * 1.25); margin-top: calc(var(--leading) * 1); margin-bottom: calc(var(--leading) * 0.5); }

@@ -181,7 +181,7 @@

h3, .h3 { font-size: 1.5rem; - line-height: calc(var(--leading) * 1.3); + line-height: calc(var(--leading) * 1.25); margin-top: calc(var(--leading) * 1); margin-bottom: calc(var(--leading) * 0.5); }

@@ -189,7 +189,7 @@

h4, .h4 { font-size: 1.3rem; - line-height: calc(var(--leading) * 1.3); + line-height: calc(var(--leading) * 1.25); margin-top: calc(var(--leading) * 1); margin-bottom: calc(var(--leading) * 0.5); }

@@ -197,7 +197,7 @@

h5, .h5 { font-size: 1.2rem; - line-height: calc(var(--leading) * 1.3); + line-height: calc(var(--leading) * 1.25); margin-top: calc(var(--leading) * 1); margin-bottom: calc(var(--leading) * 0.5); }

@@ -264,7 +264,8 @@ font-style: italic;

} .primary-subtitle { - margin-top: calc(var(--leading) * -1); + margin-top: calc(var(--leading) * 0.25); + line-height: calc(var(--leading) * 0.8); } .secondary-subtitle {

@@ -634,7 +635,8 @@ }

code, pre { - font-size: 0.8rem; + font-size: 0.7rem; + line-height: 1.2rem; } img {

@@ -644,7 +646,7 @@

pre { border-radius: 4px; white-space: pre-wrap; - padding: 1rem; + padding: 0.5rem; } a.icon-link,
M templates/grimoire.mustachetemplates/grimoire.mustache

@@ -16,7 +16,8 @@ <div id="body-text" class="hyphenate">

<p>A <em>grimoire</em> is a book of spells. If you &mdash;like me in the '90s&mdash; ever played <a href="https://en.wikipedia.org/wiki/Magic:_The_Gathering">Magic: The Gathering</a>, then you'll already know that.</p> <p>However, in this case we are not talking about conjuring unicorns or moving objects using telekinesis, but rather unlocking the - forbidden powers of the command line. The <strong>{{grimoire-count}}</strong> <em>spells</em> contained in these pages are powerful commands, scripts, and similar incantations + forbidden powers of the command line. </p> + <p>The <strong>{{grimoire-count}}</strong> <em>spells</em> contained in these pages are powerful commands, scripts, and similar incantations that help me every so often to complete a task in a fast, efficient way.</p> <h3>List of Spells</h3>