浏览代码

Titre annexe gauce

Tibo 4 年之前
父节点
当前提交
9726c2715c
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      src/css/styles_de_paragraphes.scss
  2. 2 2
      src/pages/Index.vue

+ 1 - 0
src/css/styles_de_paragraphes.scss

@@ -142,6 +142,7 @@
 	text-transform: uppercase;
 	text-align: left;
 }
+
 .pagedjs_right_page .section-title:not(.still){
 	text-align: right;
 }

+ 2 - 2
src/pages/Index.vue

@@ -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 -->