commit | fac437eca54b6d9c8695c5553dc3c1c80f84a900 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 23:16:38 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 23:16:38 2023 +0200 |
tree | 203f6807e8f0a3b423302ecd6f34581360ef459e | |
parent | 02d582ab2d62fa9f4dabaf0ab3a90ab43ca4e3d2 [diff] [blame] |
Vertically center lonely h1 section headings Change-Id: Id8b2be0184170c726bd81bd4a8a5886f9959aa76
diff --git a/inst/reveal.js-4.6.1/dist/theme/ids.css b/inst/reveal.js-4.6.1/dist/theme/ids.css index c886002..d9825bb 100644 --- a/inst/reveal.js-4.6.1/dist/theme/ids.css +++ b/inst/reveal.js-4.6.1/dist/theme/ids.css
@@ -522,6 +522,10 @@ margin-top: -0.5em !important; } +.reveal h1:last-child { + margin-top: 250px; +} + .title-frame h1, .title-frame h2 { margin: 0 0 0 0;