style: reduce h1 to 1.8em so title fits on one line

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-14 02:06:34 +02:00
parent 36a4390fa3
commit ce3b26e62b

View File

@@ -53,6 +53,7 @@
} }
.reveal h1, .reveal h2 { text-align: left; } .reveal h1, .reveal h2 { text-align: left; }
.reveal h1 { font-size: 1.8em; }
.reveal h2 { font-size: 1.3em; } .reveal h2 { font-size: 1.3em; }
.title-slide, .title-slide h1 { text-align: center !important; } .title-slide, .title-slide h1 { text-align: center !important; }