All normal paragraphs are now justified
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-09 19:59:53 +02:00
parent 66232dcad9
commit b40447446d

View File

@ -192,6 +192,9 @@ ul.list-unstyled li {
} }
// limit width of article to optimise reading experience // limit width of article to optimise reading experience
.reading-optimised > p {
text-align: justify;
}
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
.reading-optimised { .reading-optimised {
width: 550px; width: 550px;