1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-20 21:59:41 +02:00

Add Chrome support for mp4 Image block (#63)

This commit is contained in:
Taly 2019-03-12 15:48:56 +03:00 committed by GitHub
parent 404fb4642e
commit f87fd72fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 6 deletions

View file

@ -125,7 +125,7 @@
text-align: center;
&__content {
img {
img, video {
vertical-align: bottom;
max-width: 100%;
}
@ -135,13 +135,13 @@
width: calc(100% + 120px) !important;
margin-left: -60px;
img {
img, video {
width: 100%;
}
}
&--bordered {
img {
img, video {
border: 3px solid var(--color-line-gray);
box-sizing: border-box;
}
@ -151,7 +151,7 @@
padding: 15px;
background: var(--color-line-gray);
img {
img, video {
max-width: 60%;
margin: 0 auto;
}