diff options
Diffstat (limited to 'public/assets/css/hootstream.css')
| -rw-r--r-- | public/assets/css/hootstream.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 1bc0b44..1966da5 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -64,11 +64,11 @@ } #hootevents .hootText img { max-width: calc(100vmin - 2rem); - max-height: calc(100vmin - 1rem); + max-height: calc(40vmin - 1rem); } #hootevents .imageList img { max-width: calc(100vmin - 2rem); - max-height: calc(100vmin - 1rem); + max-height: calc(40vmin - 1rem); display: block; } #hootevents .imageList .image { @@ -516,4 +516,13 @@ margin-left: 1.75rem; width: calc(100% - 4rem); } + #hootevents .hootText img { + max-width: calc(100vmin - 2rem); + max-height: calc(80vmin - 1rem); + } + #hootevents .imageList img { + max-width: calc(100vmin - 2rem); + max-height: calc(80vmin - 1rem); + display: block; + } } |
