summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-12-01 00:20:29 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-12-01 00:20:29 +0100
commitf34b1f4c856d7ea521a09a599d86e37ba75a6acb (patch)
tree5c8b9c8d11bbd2c0d1661cfe75b3092b029cbbff /static/styles.css
parentc87a3365fa14b72fea9d1a2db4a287ec999a5502 (diff)
downloadwww-f34b1f4c856d7ea521a09a599d86e37ba75a6acb.tar.gz
www-f34b1f4c856d7ea521a09a599d86e37ba75a6acb.tar.bz2
www-f34b1f4c856d7ea521a09a599d86e37ba75a6acb.zip
UC: Link event image; Fix size of event contact field
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 0790dc7b..076d318a 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -333,12 +333,18 @@ ul.timeline>li:before {
padding: 0 70px;
}
-.announce .testimonial {
+.announce .description {
max-height: 100px;
min-height: 100px;
overflow: scroll;
}
+.announce .contact {
+ max-height: 90px;
+ min-height: 90px;
+ /* overflow: scroll; */
+}
+
.announce .carousel .carousel-item {
color: #999;
font-size: 14px;