diff options
| -rw-r--r-- | public/assets/css/hootstream.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index a9fc5fd..9cd3be3 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -54,6 +54,9 @@ .hoot:hover > .text { opacity: 1 !important; } +#hootevents .hootText img { + max-width: 100%; +} /** metadata */ |
