add video shortcode
This commit is contained in:
parent
cdc5532b60
commit
2cdfded2e5
5 changed files with 39 additions and 2 deletions
|
@ -537,6 +537,13 @@ article figcaption {
|
|||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
article video {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
height: auto;
|
||||
margin: 0 auto .5em;
|
||||
}
|
||||
|
||||
code.has-jax {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background: inherit !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue