diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-03-11 11:53:19 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-03-11 11:53:19 +0300 |
| commit | 355723ca59a6bd92192aaf1ac606d846a3eb3359 (patch) | |
| tree | 8ad192e7d5ebb8c6af089460375f6c78bbcce38e /css/zoom.less | |
| parent | 08183fcd27da2109ac0d5b516983a3b1879831dd (diff) | |
ttrss_zoom: limit maximum width to make text more readable
Diffstat (limited to 'css/zoom.less')
| -rw-r--r-- | css/zoom.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/zoom.less b/css/zoom.less index d55a982e5..5ada0caff 100644 --- a/css/zoom.less +++ b/css/zoom.less @@ -1,4 +1,7 @@ body.ttrss_zoom { + max-width : 900px; + margin : 2em auto; + div.post { border : 1px solid #ddd; background : white; |