style: maximize code block size (0.65em, line-height 1.6)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-14 01:25:17 +02:00
parent eb560d0bcc
commit 15b73bead4

View File

@@ -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 {