Skip to content

Commit

Permalink
Merge pull request #245 from lookit/bugfix/230-fix-image-formatting
Browse files Browse the repository at this point in the history
addresses #230 - fix image formatting for images in transcript of exp…
  • Loading branch information
Kim Scott committed Apr 14, 2021
2 parents 3b0680f + 756cf54 commit de76674
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions app/styles/components/exp-lookit-instruction-video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
border: medium solid #aaa;
padding: 1em;
padding-top: 1.5em; // make space for overlapping title

img {
max-width: 75%;
border: thin solid black;
display: block;
margin: auto;
clear: both;
}

}

.transcript-title {
Expand All @@ -44,13 +53,6 @@

li {
margin-bottom: 20px;

img.text-block-img {
float: right;
max-height: 180px;
border-radius: 10%;
border: thin solid black;
}
}

.media-warning {
Expand Down

0 comments on commit de76674

Please sign in to comment.