mirror of https://git.stjo.hn/planiverse
Style videos so they don't overflow their containers
Set a max width, same as with image attachments.
This commit is contained in:
parent
197d31da35
commit
7e617469cc
|
@ -46,7 +46,7 @@ article {
|
|||
padding: 1em;
|
||||
}
|
||||
|
||||
article img {
|
||||
article figure img, article video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue