Authored by 姜枫

handle merge

.home-page {
$sliderHeight: 645px;
$sliderHeight: 570px;
margin: 10px auto 0;
... ... @@ -51,18 +51,9 @@
display: block;
}
/* center the image. refer to http://stackoverflow.com/questions/24650218/image-in-full-screen-with-img-tag */
img {
min-height: 100%;
min-width: 1920px;
width: 1150px;
height: auto;
width: auto;
position: absolute;
top: -100%;
bottom: -100%;
left: -100%;
right: -100%;
margin: auto;
}
}
}
... ... @@ -94,12 +85,12 @@
&.prev {
left: 50%;
margin-left: -615px;
margin-left: -515px;
}
&.next {
right: 50%;
margin-right: -615px;
margin-right: -515px;
}
&:hover {
... ...