fix css for video in short list

This commit is contained in:
Dmitry Kolosov 2023-08-03 19:10:18 +02:00
parent 86078074c1
commit 4925f4683f

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 {