commit cfc386ed7444aa694acdf8fd2c3f1f4781d0cdf9
parent e53b9bfa5f905db56e7ce99887d6626c69aa4632
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
Date: Tue, 21 Nov 2023 02:13:45 +0100
UC: Events image size and shape
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/styles.css b/static/styles.css
@@ -319,19 +319,19 @@ ul.timeline > li:before {
}
.announce .carousel .carousel-item .img-box {
- width: 135px;
- height: 135px;
+ width: 258px;
+ height: 160px;
margin: 0 auto;
padding: 5px;
border: 1px solid #ddd;
- border-radius: 50%;
+ border-radius: 5%;
}
.announce .carousel .img-box img {
width: 100%;
height: 100%;
display: block;
- border-radius: 50%;
+ border-radius: 5%;
}
.announce .carousel .testimonial {