diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-10 18:22:23 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-10 18:22:23 -0500 |
commit | c6bb414b57a2ae8c6927826b143027f5c43dada9 (patch) | |
tree | 0cb3bb467812cd3388c42e6c8235fd51821438b9 /app/assets/stylesheets | |
parent | 60a15bbe721f23ec05093107da6cb3056d158c90 (diff) | |
download | thoughts-c6bb414b57a2ae8c6927826b143027f5c43dada9.tar.gz thoughts-c6bb414b57a2ae8c6927826b143027f5c43dada9.tar.bz2 thoughts-c6bb414b57a2ae8c6927826b143027f5c43dada9.zip |
Diffstat (limited to 'app/assets/stylesheets')
-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; |