parent
a2673e8c03
commit
28832cdf99
File diff suppressed because one or more lines are too long
|
@ -139,7 +139,7 @@ body {
|
||||||
|
|
||||||
/* Carousel base class */
|
/* Carousel base class */
|
||||||
.carousel {
|
.carousel {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.carousel .container {
|
.carousel .container {
|
||||||
|
@ -156,14 +156,14 @@ body {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.carousel .item {
|
.carousel .item {
|
||||||
height: 320px;
|
height: 260px;
|
||||||
}
|
}
|
||||||
.carousel img {
|
.carousel img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
height: 320px;
|
height: 260px;
|
||||||
}
|
}
|
||||||
.carousel-caption {
|
.carousel-caption {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -171,7 +171,7 @@ body {
|
||||||
max-width: 1128px;
|
max-width: 1128px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
|
||||||
margin-top:260px;
|
margin-top:210px;
|
||||||
}
|
}
|
||||||
.carousel-caption h2, .carousel-caption .lead {
|
.carousel-caption h2, .carousel-caption .lead {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 475 KiB After Width: | Height: | Size: 546 KiB |
Loading…
Reference in New Issue