Better support for the video element
This commit is contained in:
parent
3993cbdcfa
commit
cd4e0e03f5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -696,13 +696,15 @@ The first (most recent) post in the list is styled to be bigger than the others
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-full-content img {
|
.post-full-content img,
|
||||||
|
.post-full-content video {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 1.5em auto;
|
margin: 1.5em auto;
|
||||||
max-width: 1040px;
|
max-width: 1040px;
|
||||||
}
|
}
|
||||||
@media (max-width: 1040px) {
|
@media (max-width: 1040px) {
|
||||||
.post-full-content img {
|
.post-full-content img,
|
||||||
|
.post-full-content video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue