From 15b73bead4a1065538a9421c64a092f482d1cfd4 Mon Sep 17 00:00:00 2001 From: ministicraft Date: Tue, 14 Apr 2026 01:25:17 +0200 Subject: [PATCH] style: maximize code block size (0.65em, line-height 1.6) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9937866..5cac0b9 100644 --- a/index.html +++ b/index.html @@ -71,13 +71,13 @@ margin: 0; } .reveal pre code { - font-size: 0.55em; - line-height: 1.5; + font-size: 0.65em; + line-height: 1.6; max-height: none; overflow: visible; - padding: 0.8em; + padding: 1em; } - .filename { margin-top: 0; } + .filename { margin-top: 0; margin-bottom: 0.1em; } /* Tool logos — fixed like OVHcloud logo, toggled by JS per slide */ .tool-logo-global {