diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 3994015..831fb33 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -147,6 +147,23 @@ table td { margin-top: $headings-margin-bottom * 2.2; } + img { + width: 100%; + } + + iframe { + width: 100%; + + &:not([height]) { + height: 75vh; + } + + &.youtube-embed { + margin-bottom: $paragraph-margin-bottom; + height: 50vh; + } + } + table { @extend .table, .table-dark, .table-striped; margin: 0 auto;