Fix mobile viewport on big iframe and video elements

This commit is contained in:
Simounet
2018-06-28 20:39:41 +02:00
parent e586d65b64
commit 6cf7f21dcb
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;
}