Merge pull request #197 from Mitrichius/fix-video-shortcode-css

fix css for video in short list
This commit is contained in:
Dmitry Kolosov 2023-08-03 19:10:46 +02:00 committed by GitHub
commit 7aefd3b314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,6 +296,13 @@ main h1 {
margin: 0 auto .5em; margin: 0 auto .5em;
} }
.post-short-list video {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto .5em;
}
/* Articles */ /* Articles */
.post-header { .post-header {