Titre annexe gauce
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
text-transform: uppercase;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .section-title:not(.still){
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
+2
-2
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user