From ce3b26e62b2376c6931148fadc5f3e48497257da Mon Sep 17 00:00:00 2001 From: ministicraft Date: Tue, 14 Apr 2026 02:06:34 +0200 Subject: [PATCH] style: reduce h1 to 1.8em so title fits on one line Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 53d683b..4f023fb 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,7 @@ } .reveal h1, .reveal h2 { text-align: left; } + .reveal h1 { font-size: 1.8em; } .reveal h2 { font-size: 1.3em; } .title-slide, .title-slide h1 { text-align: center !important; }