From a3ced9212584e4811296e074eb576c8d82eff38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Fri, 5 Oct 2018 15:20:36 -0300 Subject: [PATCH] Center - Testimonies --- src/components/pages/HomePage.css | 15 +++++++++-- src/components/sections/TestimoniesSection.js | 1 - src/index.css | 26 ++++++++++++++----- 3 files changed, 33 insertions(+), 9 deletions(-) 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 {