mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
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:
4
docs/_static/custom.css
vendored
4
docs/_static/custom.css
vendored
@@ -17,10 +17,6 @@
|
|||||||
|
|
||||||
.fit-img { max-width: 95% }
|
.fit-img { max-width: 95% }
|
||||||
|
|
||||||
div.body p, div.body dd, div.body li, div.body blockquote {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.body {
|
div.body {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user