Browse Source

IParagraphe introduction centré

Tibo 4 years ago
parent
commit
812c2fe1f7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/pages/Index.vue

+ 3 - 0
src/pages/Index.vue

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