sticky titles ok, only level 1, more level seems to not be doable

This commit is contained in:
Bachir Soussi Chiadmi
2018-02-20 17:24:02 +01:00
parent 7d6ff629b5
commit c7beaf1e10
9 changed files with 134 additions and 137 deletions
+7 -1
View File
@@ -736,7 +736,7 @@ header {
color: #000; }
.sticky-clone-wrapper {
padding-top: 6em;
padding-top: 5em;
padding-bottom: 1em;
position: fixed;
top: 0;
@@ -750,6 +750,12 @@ header {
margin: 0 0 0 70px; }
body.mode-text .sticky-clone-wrapper h1.part-title {
margin: 0 0 0 70px; }
.sticky-clone-wrapper h2.title {
font-size: 1em; }
body.mode-connections .sticky-clone-wrapper h2.title {
margin: 0 0 0 70px; }
body.mode-text .sticky-clone-wrapper h2.title {
margin: 0 0 0 70px; }
main#content {
margin-top: 5em; }