aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/share.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/_global/share.scss')
-rw-r--r--app/Resources/static/themes/_global/share.scss6
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
224iframe,
225video {
226 max-width: 100%;
227 height: auto;
228}
229
224mark { 230mark {
225 padding: 0 0.2em; 231 padding: 0 0.2em;
226} 232}