diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 37b0a49..609a5f7 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
@@ -194,6 +194,10 @@ | |||
194 | box-sizing: border-box; | 194 | box-sizing: border-box; |
195 | } | 195 | } |
196 | 196 | ||
197 | video { | ||
198 | max-width: 100%; | ||
199 | } | ||
200 | |||
197 | figure { | 201 | figure { |
198 | background-color: #eee; | 202 | background-color: #eee; |
199 | border: 1px solid #bbb; | 203 | border: 1px solid #bbb; |