Skip to content

Commit

Permalink
Merge pull request #420 from isawnyu/issue419
Browse files Browse the repository at this point in the history
fixes #419
  • Loading branch information
paregorios authored Jul 16, 2020
2 parents 422f3e3 + ddebbee commit 8219953
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/isaw.theme/isaw/theme/static/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,18 @@ body[class*="isaw-home"][class*="section"][class*="template-document_view"] #por
background-color: seashell;
}

/* captioned images */
span.captioned, span.captioned * {
max-width: 100%;
max-height: unset;
height: auto !important;
}
@media screen and (max-width:767px){
span.captioned, span.captioned * {
width: 100% !important;
}
}

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

Expand Down

0 comments on commit 8219953

Please sign in to comment.