fix(textes) : meilleurs style typographique pour les écrits
This commit is contained in:
parent
2a4bfb9c72
commit
9b13b6544e
1 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,12 @@ ul, ol {
|
||||||
/* 2.2 - Text Wrapper */
|
/* 2.2 - Text Wrapper */
|
||||||
|
|
||||||
.container-typographic {
|
.container-typographic {
|
||||||
|
p {
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
text-indent: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
p, em, p em {
|
p, em, p em {
|
||||||
font-weight:$fontweight_base;
|
font-weight:$fontweight_base;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue