diff --git a/src/components/pages/HomePage.css b/src/components/pages/HomePage.css index bbdb324..03a5234 100644 --- a/src/components/pages/HomePage.css +++ b/src/components/pages/HomePage.css @@ -7,7 +7,7 @@ } @media screen and (max-width: 991px) { .testimonialbox { - margin-bottom: 250px; + /* margin-bottom: 250px;*/ } } @@ -46,6 +46,15 @@ .box-video { padding-left: 0 !important; } + .carousel-indicators { + margin-top: 50px; + position: relative !important; + } + .testimoniesBox { + margin-bottom: 80px; + padding: 40px 0; +} + } @media screen and (min-width: 991px) { @@ -55,6 +64,8 @@ } } + .margin-5 { padding: 3rem; -} \ No newline at end of file +} + diff --git a/src/components/sections/TestimoniesSection.js b/src/components/sections/TestimoniesSection.js index 0fe85e3..311186d 100644 --- a/src/components/sections/TestimoniesSection.js +++ b/src/components/sections/TestimoniesSection.js @@ -78,7 +78,6 @@ class TestimoniesSection extends React.Component {