diff --git a/dist/theme/phdcolloq.css b/dist/theme/phdcolloq.css index 897fa3a809e..65a2d03b18d 100644 --- a/dist/theme/phdcolloq.css +++ b/dist/theme/phdcolloq.css @@ -371,8 +371,8 @@ section.has-light-background, section.has-light-background h1, section.has-light } .reveal section.upperlefth { - margin: 0 0 20px 0; - top: 0px !important; + margin: 0 0 20px 0; + top: 0px !important; } .reveal section.upperlefth h2, @@ -380,5 +380,7 @@ section.has-light-background, section.has-light-background h1, section.has-light .reveal section.upperlefth h4, .reveal section.upperlefth h5, .reveal section.upperlefth h6 { - text-align: left; + position: fixed; + left: 100px; + text-align: left; }