Titre annexe gauce

This commit is contained in:
Tibo
2020-01-13 20:49:10 +01:00
parent ccc8bcd86e
commit 9726c2715c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -142,6 +142,7 @@
text-transform: uppercase;
text-align: left;
}
.pagedjs_right_page .section-title:not(.still){
text-align: right;
}
+2 -2
View File
@@ -68,8 +68,8 @@
<!-- Sections -->
<div v-for="edge in orderBy($page.sections.edges,'node.Ordre')">
<div v-if="edge.node.espace" class="blank-page no-folio breakBeforeLeft" />
<h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak">{{edge.node.Titre}}</h2>
<VueMarkdown class="chapter-content">{{edge.node.Contenu}}
<h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak still">{{edge.node.Titre}}</h2>
<VueMarkdown class="section-content">{{edge.node.Contenu}}
</VueMarkdown>
</div>
<!-- Credits -->