Changed text to Justified.
Note- need to clean and recompile for the SCSS changed to affect the CSS. Is there a better way to do this?
This commit is contained in:
parent
d0ac87267d
commit
27c9a6d754
|
@ -131,6 +131,7 @@ blockquote {
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
text-align: justify;
|
||||||
margin: 0 0 $indent-var;
|
margin: 0 0 $indent-var;
|
||||||
// sibling indentation
|
// sibling indentation
|
||||||
@if $paragraph-indent == true {
|
@if $paragraph-indent == true {
|
||||||
|
|
Loading…
Reference in New Issue