From 355723ca59a6bd92192aaf1ac606d846a3eb3359 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Mar 2019 11:53:19 +0300 Subject: ttrss_zoom: limit maximum width to make text more readable --- css/zoom.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/zoom.less') 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; -- cgit v1.2.3