Disable text justification in website

Looks really bad in many places as there are quite a few non-breakbale
phrases.
This commit is contained in:
Kovid Goyal 2021-06-30 15:03:06 +05:30
parent 90d3ce4162
commit a8f7b1eb92
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -17,10 +17,6 @@
.fit-img { max-width: 95% }
div.body p, div.body dd, div.body li, div.body blockquote {
text-align: justify;
}
div.body {
min-width: 200px;
}