diff --git a/index.html b/index.html index 0ab9b7e..cb47e49 100644 --- a/index.html +++ b/index.html @@ -29,24 +29,26 @@ --strip-color: var(--ods-blue-500); } - /* Blue accent strip via box-shadow so it doesn't affect layout */ + /* Blue accent strip — pseudo-element doesn't interfere with Reveal.js layout */ + .reveal .slides section::before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 6px; + background: var(--strip-color); + } + .reveal .slides section { text-align: left; - box-shadow: inset 0 6px 0 0 var(--strip-color); - padding-top: 24px; } .reveal h1, .reveal h2 { text-align: left; } - .reveal h1 { font-size: 1.8em; } - .reveal h2 { font-size: 1.4em; line-height: 1.2; } - .reveal p, .reveal li { font-size: 0.85em; } - .reveal code { font-size: 0.7em; } - .reveal pre { width: 100%; } - .title-slide { text-align: center !important; } - .title-slide h1 { text-align: center; font-size: 2em; margin-bottom: 0.2em; } - .title-slide .subtitle { font-size: 1em; color: var(--ods-text); } - .title-slide .meta { font-size: 0.7em; color: var(--ods-text); margin-top: 1em; } + .title-slide, .title-slide h1 { text-align: center !important; } + .title-slide .subtitle { color: var(--ods-text); } + .title-slide .meta { font-size: 0.6em; color: var(--ods-text); margin-top: 1em; } .title-slide .meta a { color: var(--strip-color); } .puppet-col { color: var(--puppet-color); } @@ -60,7 +62,7 @@ margin-bottom: 0.2em; } - /* Tool logos — positioned within Reveal's slide coordinate system */ + /* Tool logos — absolute within Reveal.js's positioned sections */ .slide-logo { position: absolute; bottom: 12px; @@ -109,7 +111,7 @@

Arnaud Prémel-Cabic

Tech Lead @ OVHCloud

-

arnaud.premel-cabic@ovhcloud.com

+

arnaud.premel-cabic@ovhcloud.com

OVHcloud
@@ -162,7 +164,7 @@

Configuration as Code

Managing infrastructure through machine-readable files, stored in version control.

-

Reproducible  ·  Versionable  ·  Auditable

+

Reproducible  ·  Versionable  ·  Auditable

@@ -434,7 +436,7 @@ class webserver { Reveal.initialize({ width: 1280, height: 720, - margin: 0.08, + margin: 0.04, minScale: 0.2, maxScale: 2.0, hash: true,