From f068a4c8d321c9374c13ea5d7eb1bc05af54cc24 Mon Sep 17 00:00:00 2001 From: Martin Caetano Date: Mon, 10 Aug 2026 01:22:24 -0300 Subject: [PATCH 1/4] Keep playbook icons on the first title line --- css/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 1331f7e..757357f 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1157,7 +1157,8 @@ html[lang="es"] .home-hero h1 { width: 1lh; height: 1lh; margin: 0 24px 0 0; - float: left; + display: inline-flex; + vertical-align: top; } .guide-avatar--header .guide-avatar__icon { From b5a3291b37d016460d4fd27b11fedb364319dd33 Mon Sep 17 00:00:00 2001 From: Martin Caetano Date: Mon, 10 Aug 2026 01:26:30 -0300 Subject: [PATCH 2/4] Tighten playbook title icon spacing --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 757357f..157bf04 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1156,7 +1156,7 @@ html[lang="es"] .home-hero h1 { .guide-avatar--header { width: 1lh; height: 1lh; - margin: 0 24px 0 0; + margin: 0 16px 0 0; display: inline-flex; vertical-align: top; } From 3c3cf393ccd55162df06ac13f28a2d8deb5a9baa Mon Sep 17 00:00:00 2001 From: Martin Caetano Date: Mon, 10 Aug 2026 01:36:11 -0300 Subject: [PATCH 3/4] Reduce playbook title icon gap --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 157bf04..0ef7639 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1156,7 +1156,7 @@ html[lang="es"] .home-hero h1 { .guide-avatar--header { width: 1lh; height: 1lh; - margin: 0 16px 0 0; + margin: 0 8px 0 0; display: inline-flex; vertical-align: top; } From bda25db8d6a42bd6e42aa01e1c1076012d9dacb5 Mon Sep 17 00:00:00 2001 From: Martin Caetano Date: Mon, 10 Aug 2026 01:39:22 -0300 Subject: [PATCH 4/4] Fine-tune playbook title icon gap --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 0ef7639..0ce8926 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1156,7 +1156,7 @@ html[lang="es"] .home-hero h1 { .guide-avatar--header { width: 1lh; height: 1lh; - margin: 0 8px 0 0; + margin: 0 4px 0 0; display: inline-flex; vertical-align: top; }