Justify blockquote'd text
This commit is contained in:
parent
c00a96c830
commit
8869bb3dcd
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ blockquote {
|
||||||
color: $grey-color;
|
color: $grey-color;
|
||||||
border-left: 4px solid $grey-color-light;
|
border-left: 4px solid $grey-color-light;
|
||||||
padding-left: $spacing-unit / 2;
|
padding-left: $spacing-unit / 2;
|
||||||
|
padding-right: $spacing-unit / 2;
|
||||||
|
padding-bottom: $spacing-unit / 2;
|
||||||
|
margin-bottom: 0;
|
||||||
|
text-align: justify;
|
||||||
/* font-size: 18px; */
|
/* font-size: 18px; */
|
||||||
/* letter-spacing: -1px; */
|
/* letter-spacing: -1px; */
|
||||||
/* font-style: italic; */
|
/* font-style: italic; */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue