summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-28 11:44:30 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-28 11:49:09 +0100
commit5e7f198a56851d70ef4a155c75bc74c3d9f55bd3 (patch)
treef37b850055568e8830ccc2bfe2c0f5d0074f8aff /static/styles.css
parent90af89ef528c6cd69c530f04f4f12cff304b06d2 (diff)
downloadwww-5e7f198a56851d70ef4a155c75bc74c3d9f55bd3.tar.gz
www-5e7f198a56851d70ef4a155c75bc74c3d9f55bd3.tar.bz2
www-5e7f198a56851d70ef4a155c75bc74c3d9f55bd3.zip
HF: Feedback HK 1
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index f75a50bf..0790dc7b 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -308,7 +308,7 @@ ul.timeline>li:before {
}
.consortium .list-group {
- max-height: 345px;
+ max-height: 400px;
margin-bottom: 10px;
overflow: scroll;
-webkit-overflow-scrolling: touch;
@@ -329,9 +329,16 @@ ul.timeline>li:before {
}
.announce .carousel {
+ margin-bottom: 10px;
padding: 0 70px;
}
+.announce .testimonial {
+ max-height: 100px;
+ min-height: 100px;
+ overflow: scroll;
+}
+
.announce .carousel .carousel-item {
color: #999;
font-size: 14px;