diff --git a/imports/ui/pages/Index/Index-custom.scss b/imports/ui/pages/Index/Index-custom.scss index ba092dd..a47e09b 100644 --- a/imports/ui/pages/Index/Index-custom.scss +++ b/imports/ui/pages/Index/Index-custom.scss @@ -25,6 +25,16 @@ background-size: cover; } +.carousel-snd-item { + height: 85vh; + min-height: 400px; + background: no-repeat center center scroll; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} + .carousel-control-next-icon, .carousel-control-prev-icon { width: 40px; height: 40px; @@ -36,6 +46,7 @@ cursor: pointer; } +.carousel-snd-caption > h3, .carousel-caption > h3 { > i { display: none; @@ -50,6 +61,12 @@ } } +@include breakpoint(mobile) { + .carousel-snd-caption > h3 { + font-size: 1.3rem; + } +} + .py-5 > .container > { div > h1 { color: #280B0B; diff --git a/imports/ui/pages/Index/Index.js b/imports/ui/pages/Index/Index.js index e439027..04afd4f 100644 --- a/imports/ui/pages/Index/Index.js +++ b/imports/ui/pages/Index/Index.js @@ -193,14 +193,14 @@ class Index extends Component {