Merge pull request #197 from Mitrichius/fix-video-shortcode-css
fix css for video in short list
This commit is contained in:
commit
7aefd3b314
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user