Merge pull request #3683 from Simounet/fix/iframe-video-width-shared

Fix mobile viewport on big iframe and video elements
This commit is contained in:
Jérémy Benoist
2018-07-06 05:38:39 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@ -221,6 +221,12 @@ ol li:last-child {
padding-bottom: 0;
}
iframe,
video {
max-width: 100%;
height: auto;
}
mark {
padding: 0 0.2em;
}