1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

ttrss_zoom: limit maximum width to make text more readable

This commit is contained in:
Andrew Dolgov
2019-03-11 11:53:19 +03:00
parent 08183fcd27
commit 355723ca59
8 changed files with 14 additions and 11 deletions
+3
View File
@@ -1,4 +1,7 @@
body.ttrss_zoom {
max-width : 900px;
margin : 2em auto;
div.post {
border : 1px solid #ddd;
background : white;