Преглед изворни кода

IParagraphe introduction centré

Tibo пре 4 година
родитељ
комит
812c2fe1f7
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/pages/Index.vue

+ 3 - 0
src/pages/Index.vue

@@ -2,10 +2,13 @@
 <Layout>
 <Layout>
   <!-- Mise en page -->
   <!-- Mise en page -->
   <!-- introductions -->
   <!-- introductions -->
+  <div class="v-center grow">
   <div v-for="edge in $page.introductions.edges.slice().reverse()" :key="`introductions${edge.node.id}`">
   <div v-for="edge in $page.introductions.edges.slice().reverse()" :key="`introductions${edge.node.id}`">
     <VueMarkdown class="intro">{{edge.node.contenu}}
     <VueMarkdown class="intro">{{edge.node.contenu}}
     </VueMarkdown>
     </VueMarkdown>
+  </div>    
   </div>
   </div>
+
   <div class="blank-page no-folio fill-motif-cross-left" />
   <div class="blank-page no-folio fill-motif-cross-left" />
   <!-- Auteurs, titre, sous-titre -->
   <!-- Auteurs, titre, sous-titre -->
   <div class="column no-folio">
   <div class="column no-folio">