diff options
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/_global/share.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/share.scss b/app/Resources/static/themes/_global/share.scss index 72e73a9a..ac26a350 100644 --- a/app/Resources/static/themes/_global/share.scss +++ b/app/Resources/static/themes/_global/share.scss | |||
@@ -221,6 +221,12 @@ ol li:last-child { | |||
221 | padding-bottom: 0; | 221 | padding-bottom: 0; |
222 | } | 222 | } |
223 | 223 | ||
224 | iframe, | ||
225 | video { | ||
226 | max-width: 100%; | ||
227 | height: auto; | ||
228 | } | ||
229 | |||
224 | mark { | 230 | mark { |
225 | padding: 0 0.2em; | 231 | padding: 0 0.2em; |
226 | } | 232 | } |