Skip to content

Commit f90ae17

Browse files
author
Joe Alves
committed
Better slideshow transitioning
1 parent bf608fe commit f90ae17

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

generated/browser/scss/about/main.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@
1919
width: 600px;
2020
overflow: hidden;
2121
margin: 0 auto;
22+
.carousel-inner {
23+
height: 500px !important;
24+
}
2225
.carousel-control {
2326
background: none;
2427
}
2528
.carousel-indicators {
2629
display: none;
2730
}
2831
img {
29-
width: 100%;
30-
height: 500px;
32+
max-width: 100%;
33+
max-height: 500px;
3134
display: block;
3235
margin: 0 auto;
3336
}

0 commit comments

Comments
 (0)