From f8de77fc5d5bc93c5be16b6e33c9f323bd15a643 Mon Sep 17 00:00:00 2001 From: Yves Gatesoupe Date: Wed, 8 Jul 2020 17:05:39 +0200 Subject: [PATCH] Page nous rejoindre minor fix --- src/pages/nous-rejoindre.md | 8 ++++---- src/scss/components/_post.scss | 17 ++++++++++------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/pages/nous-rejoindre.md b/src/pages/nous-rejoindre.md index 897b890..866bed8 100644 --- a/src/pages/nous-rejoindre.md +++ b/src/pages/nous-rejoindre.md @@ -3,7 +3,7 @@ title: 'Nous rejoindre' permalink: '/nous-rejoindre/index.html' --- -## Comment rejoindre Astrolabe +# Comment rejoindre Astrolabe
@@ -21,7 +21,7 @@ permalink: '/nous-rejoindre/index.html' flèche bas
- ### Contrat CAPE + ## Contrat CAPE - Durée maximale de 12 mois (renouvelable 2 fois) - Accompagnement à la création @@ -50,7 +50,7 @@ permalink: '/nous-rejoindre/index.html'
- ### Contrat CESA + ## Contrat CESA - Durée indéterminée - Statut salarié @@ -79,6 +79,6 @@ permalink: '/nous-rejoindre/index.html' Vous créez votre propre entreprise, félicitations ! - Petit bateau à voile + Petit bateau à voile
diff --git a/src/scss/components/_post.scss b/src/scss/components/_post.scss index 355b57b..cfb6452 100644 --- a/src/scss/components/_post.scss +++ b/src/scss/components/_post.scss @@ -7,10 +7,14 @@ /** * Generic HTML styles */ - h2 + *, - h3 + * { - // --flow-space: #{get-size(500)}; + h1 { + margin-top: 8rem; } + + // h2 + *, + // h3 + * { + // --flow-space: #{get-size(500)}; + // } h2, h3 { @@ -19,9 +23,7 @@ /*display: flex;*/ } - h2 { - margin-top: 8rem; - } + p { font-size: 1.125rem; @@ -287,7 +289,8 @@ } } - h3 { + h2 { + @include apply-utility('font', 'base'); text-align: left; font-weight: 600; margin-bottom: 1rem;