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