summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-21 02:13:45 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-21 02:13:45 +0100
commitcfc386ed7444aa694acdf8fd2c3f1f4781d0cdf9 (patch)
tree0f1ccdddbabcc019575414cac0f535a57152c443 /static/styles.css
parente53b9bfa5f905db56e7ce99887d6626c69aa4632 (diff)
downloadwww-cfc386ed7444aa694acdf8fd2c3f1f4781d0cdf9.tar.gz
www-cfc386ed7444aa694acdf8fd2c3f1f4781d0cdf9.tar.bz2
www-cfc386ed7444aa694acdf8fd2c3f1f4781d0cdf9.zip
UC: Events image size and shape
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css
index 12d702c6..44e2498c 100644
--- 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 {