From 9b13b6544e8ccc697628f04559de06fa4633956f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 19 May 2020 11:48:26 +0200 Subject: [PATCH] =?UTF-8?q?fix(textes)=20:=20meilleurs=20style=20typograph?= =?UTF-8?q?ique=20pour=20les=20=C3=A9crits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/_typography.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 1a898e2..dc68d56 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -73,6 +73,12 @@ ul, ol { /* 2.2 - Text Wrapper */ .container-typographic { + p { + padding:0; + margin:0; + text-indent: 3rem; + } + p, em, p em { font-weight:$fontweight_base; }