taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 5e7f198a56851d70ef4a155c75bc74c3d9f55bd3
parent 90af89ef528c6cd69c530f04f4f12cff304b06d2
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
Date:   Tue, 28 Nov 2023 11:44:30 +0100

HF: Feedback HK 1

Diffstat:
Mstatic/styles.css | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git 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;