3c8f91521d5c
Cap README image size
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 23 Feb 2020 19:00:50 -0500 |
parents | c289f52710f8 |
children | f4e330107f45 |
branches/tags | (none) |
files | templates/static/style-sjl.css |
Changes
--- 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;