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.
1 parent 49ab670 commit ddebbeeCopy full SHA for ddebbee
src/isaw.theme/isaw/theme/static/theme.css
@@ -281,6 +281,11 @@ span.captioned, span.captioned * {
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; }
0 commit comments