diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index d8361ef..bdd0db2 100644 --- a/static/style.css +++ b/static/style.css @@ -181,7 +181,7 @@ figcaption { margin-top: 0.3rem;
}
-img {
+img, video {
max-width: 100%;
height: auto;
display: block;
|