--- a/templates/static/style-sjl.css Thu May 30 11:42:48 2024 -0400
+++ b/templates/static/style-sjl.css Thu May 30 11:44:58 2024 -0400
@@ -185,6 +185,7 @@
background-color: #fffcfe;
margin-left: 24px;
padding: 10px 10px;
+ overflow-x: auto;
}
.readme-content pre code {
border: none;
@@ -202,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;