From bf114b578c1e5eba3e90b095cf4893409346d05a Mon Sep 17 00:00:00 2001 From: Tibo Date: Sun, 12 Jan 2020 18:27:22 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20c=C3=83r=C3=A9dits=C3=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- param.JSON | 3 ++- src/css/styles_de_paragraphes.scss | 5 +++++ src/pages/Index.vue | 22 +++++++++++++++++++--- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/param.JSON b/param.JSON index bdeb2e8..b013162 100644 --- a/param.JSON +++ b/param.JSON @@ -11,6 +11,7 @@ "search": [ "introductions", "chapitres", - "sections" + "sections", + "credits" ] } diff --git a/src/css/styles_de_paragraphes.scss b/src/css/styles_de_paragraphes.scss index a579eec..b594bb2 100644 --- a/src/css/styles_de_paragraphes.scss +++ b/src/css/styles_de_paragraphes.scss @@ -81,6 +81,11 @@ .credits { font-size: 9pt; margin-bottom: 6pt; + + display: flex; + flex-direction: column; + justify-content: space-between; + height: 100%; h4 { font-family: "TextaAlt"; diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 5544f95..b69da70 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -52,7 +52,7 @@
-
+
{{edge.node.Rubrique}}

{{edge.node.Titre}}

@@ -72,6 +72,14 @@ {{edge.node.Contenu}}
+ +
+
+

+ {{ edge.node.Nom }} +

+
+