We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 422f3e3 + ddebbee commit 8219953Copy full SHA for 8219953
src/isaw.theme/isaw/theme/static/theme.css
@@ -275,6 +275,18 @@ body[class*="isaw-home"][class*="section"][class*="template-document_view"] #por
275
background-color: seashell;
276
}
277
278
+/* captioned images */
279
+span.captioned, span.captioned * {
280
+ max-width: 100%;
281
+ max-height: unset;
282
+ height: auto !important;
283
+}
284
+@media screen and (max-width:767px){
285
+ span.captioned, span.captioned * {
286
+ width: 100% !important;
287
+ }
288
289
+
290
#portal-column-first {display:block; float:left; margin:0 5% 0 0; width:24%; }
291
#portal-columns #portal-column-first dl dd {margin-left:0; }
292
0 commit comments