File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -403,17 +403,17 @@ a {
403403// Carousel Container
404404.slider-container {
405405 position : relative ;
406- margin : -80 px auto -60 px auto ;
406+ margin : 12 px auto 24 px auto ;
407407 width : 800px ;
408- height : 600 px ;
408+ height : 500 px ;
409409 max-width : 95% ;
410410 @media screen and (max-width : $mobile-width ) {
411- margin : -80 px 4 px -60 px 4px ;
411+ margin : 12 px 4px ;
412412 }
413413
414414 .bullet-container {
415415 position : absolute ;
416- bottom : 80 px ;
416+ bottom : 0 ;
417417 width : 100% ;
418418 display : flex ;
419419 align-items : center ;
432432 background-color : black ;
433433 opacity : 0.2 ;
434434 cursor : pointer ;
435- transition : 40 ms ease ;
435+ transition : 200 ms ease ;
436436
437437 & .active {
438438 opacity : 1 ;
@@ -445,10 +445,10 @@ a {
445445 left : 50% ;
446446 top : 50% ;
447447 width : 70% ;
448- height : 60 % ;
448+ height : 85 % ;
449449 transform : translate (-50% , -50% );
450450 @media screen and (max-width : $mobile-width ) {
451- width : 100%
451+ width : 100% ;
452452 }
453453
454454 .slider-single {
You can’t perform that action at this time.
0 commit comments