diff --git a/index.html b/index.html
index e4bd34d..1dfb0a8 100644
--- a/index.html
+++ b/index.html
@@ -63,6 +63,19 @@
margin-bottom: 0.2em;
}
+ /* Code blocks: fit without scrollbars */
+ .reveal pre {
+ width: 100%;
+ max-height: none;
+ overflow: visible;
+ }
+ .reveal pre code {
+ font-size: 0.48em;
+ line-height: 1.45;
+ max-height: none;
+ overflow: visible;
+ }
+
/* Tool logos — fixed like OVHcloud logo, toggled by JS per slide */
.tool-logo-global {
position: fixed;