Justify text in articles
This commit is contained in:
parent
8faf6be4f2
commit
a80cd5d18e
@ -413,3 +413,12 @@ body {
|
|||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
/* Text justification (not on narrow screens */
|
||||||
|
.container article p {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.container article p {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
2
static/css/clean-blog.min.css
vendored
2
static/css/clean-blog.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user