# HG changeset patch # User Steve Losh # Date 1582502450 18000 # Node ID 3c8f91521d5c468323f94c387ea93bf93fe88448 # Parent c289f52710f8334392dc42be4d7f25f706d41d12 Cap README image size diff -r c289f52710f8 -r 3c8f91521d5c templates/static/style-sjl.css --- a/templates/static/style-sjl.css Wed Feb 19 23:37:24 2020 -0500 +++ b/templates/static/style-sjl.css Sun Feb 23 19:00:50 2020 -0500 @@ -203,6 +203,10 @@ .readme-content h5 { font-size: 14px; line-height: 1.4; } .readme-content h6 { font-size: 14px; line-height: 1.4; } +.readme-content p img { + max-width: 840px; +} + /* Commit */ pre.commit-full-description { border: 1px solid #ccc;