Support featured videos (instead of image)

This commit is contained in:
2021-10-08 22:52:58 -05:00
parent 346ef21784
commit 2616803f47
3 changed files with 15 additions and 3 deletions

View File

@ -21,7 +21,7 @@
margin-top: 10px;
}
.post-image {
.post-media {
margin-top: 15px;
}
@ -91,7 +91,7 @@ body {
max-width: 720px;
}
img {
img, video {
max-width: 100%;
}