Skip to content

Commit 78156de

Browse files
committed
slight carousel styling tweaks
1 parent 61fb876 commit 78156de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

views/public/css/info.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
.slideshow-container {
2424
position: relative;
25-
width: 100%;
25+
width: 90%;
2626
margin: auto;
2727
overflow: hidden;
2828
display: flex;
@@ -48,7 +48,8 @@
4848

4949
.carousel-inner {
5050
height: 0;
51-
padding-bottom: 60%;
51+
padding-bottom: 56%;
52+
background-color: black;
5253
}
5354

5455
.carousel-item {

0 commit comments

Comments
 (0)