All normal paragraphs are now justified
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user