fix(textes) : meilleurs style typographique pour les écrits

This commit is contained in:
Kazhnuz 2020-05-19 11:48:26 +02:00
parent 2a4bfb9c72
commit 9b13b6544e
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}