Skip to content

Commit ddebbee

Browse files
committed
tweak captioned image style for mobile
1 parent 49ab670 commit ddebbee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/isaw.theme/isaw/theme/static/theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,11 @@ span.captioned, span.captioned * {
281281
max-height: unset;
282282
height: auto !important;
283283
}
284+
@media screen and (max-width:767px){
285+
span.captioned, span.captioned * {
286+
width: 100% !important;
287+
}
288+
}
284289

285290
#portal-column-first {display:block; float:left; margin:0 5% 0 0; width:24%; }
286291
#portal-columns #portal-column-first dl dd {margin-left:0; }

0 commit comments

Comments
 (0)