Style videos so they don't overflow their containers

Set a max width, same as with image attachments.
This commit is contained in:
St John Karp 2018-08-25 15:50:23 -07:00
parent 197d31da35
commit 7e617469cc
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ article {
padding: 1em;
}
article img {
article figure img, article video {
max-width: 100%;
}