summaryrefslogtreecommitdiff
path: root/public/assets/css/hootstream.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/hootstream.css')
-rw-r--r--public/assets/css/hootstream.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css
index 1966da5..d0d10a2 100644
--- a/public/assets/css/hootstream.css
+++ b/public/assets/css/hootstream.css
@@ -57,6 +57,7 @@
/** ImAgeS and other image lISTS!! */
#hootevents .imageList {
+ padding-left: 7.5rem;
margin-bottom: 1rem;
display: flex;
flex-direction: row;
@@ -520,6 +521,9 @@
max-width: calc(100vmin - 2rem);
max-height: calc(80vmin - 1rem);
}
+ #hootevents .imageList {
+ padding-left: 0;
+ }
#hootevents .imageList img {
max-width: calc(100vmin - 2rem);
max-height: calc(80vmin - 1rem);