add video shortcode

This commit is contained in:
Dmitry Kolosov 2023-08-03 18:36:21 +02:00
parent cdc5532b60
commit 2cdfded2e5
5 changed files with 39 additions and 2 deletions

View file

@ -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;