diff --git a/revealjs/alternative_energy/kardaschow.css b/revealjs/alternative_energy/kardaschow.css index f1a82e3..894580c 100644 --- a/revealjs/alternative_energy/kardaschow.css +++ b/revealjs/alternative_energy/kardaschow.css @@ -6,14 +6,14 @@ } #kardaschow .current-fragment ~ .fragment, #kardaschow .visible { - height: 8%; + height: 60px; } #kardaschow .current-fragment ~ .fragment h1, #kardaschow .visible h1 { font-size: 1em; } #kardaschow .current-fragment { - height: 74% !important; + height: 609px !important; } #kardaschow .current-fragment h1 { font-size: 2em; @@ -31,7 +31,7 @@ display: none !important; } #kardaschow div:not(.visible) { - height: 30%; + height: 243px; opacity: 1; visibility: visible; } diff --git a/revealjs/alternative_energy/kardaschow.less b/revealjs/alternative_energy/kardaschow.less index ce833fd..cfeeb1d 100644 --- a/revealjs/alternative_energy/kardaschow.less +++ b/revealjs/alternative_energy/kardaschow.less @@ -8,7 +8,9 @@ // everything after the current visible and *every visible* .current-fragment ~ .fragment, .visible { - height: 8%; + //height: 8%; + height: 60px; + h1 { font-size: 1em; } @@ -16,7 +18,9 @@ // but not the current (important) .current-fragment { - height: 74% !important; + //height: 74% !important; + height: 609px !important; + h1 { font-size: 2em; } @@ -40,7 +44,9 @@ // per default: 28% high &:not(.visible) { - height: 30%; + //height: 30%; + height: 243px; // also shows when translating + // explot fragments initial hidden state opacity: 1; visibility: visible;