From 4f824d1b76209e87ebd72528cfcbd520978bd9b0 Mon Sep 17 00:00:00 2001 From: Andreas HABEGGER Date: Tue, 21 Nov 2023 11:04:17 +0100 Subject: UC: Improved grid layout; Added scrollable list for deliverables --- static/styles.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 44e2498c..b0e60cb9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -297,10 +297,17 @@ ul.timeline > li:before { height: 13%; bottom: 0; left: 0.2em; - background: rgba(170, 57, 57, 0.3); + background: #86b7fe; z-index: -1; } +.consortium .list-group{ + max-height: 345px; + margin-bottom: 10px; + overflow:scroll; + -webkit-overflow-scrolling: touch; +} + .announce .col-center { margin: 0 auto; float: none !important; @@ -331,7 +338,7 @@ ul.timeline > li:before { width: 100%; height: 100%; display: block; - border-radius: 5%; + border-radius: 5px; } .announce .carousel .testimonial { @@ -344,7 +351,7 @@ ul.timeline > li:before { .announce .carousel .overview b { text-transform: uppercase; - color: rgba(170, 57, 57, 0.3); + color: #86b7fe; } .announce .carousel-control-prev, .announce .carousel-control-next { -- cgit v1.2.3