Center - Testimonies

master
Letícia Camara 2018-10-05 15:20:36 -03:00
parent 99df4e48b9
commit a3ced92125
3 changed files with 33 additions and 9 deletions

View File

@ -7,7 +7,7 @@
} }
@media screen and (max-width: 991px) { @media screen and (max-width: 991px) {
.testimonialbox { .testimonialbox {
margin-bottom: 250px; /* margin-bottom: 250px;*/
} }
} }
@ -46,6 +46,15 @@
.box-video { .box-video {
padding-left: 0 !important; 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) { @media screen and (min-width: 991px) {
@ -55,6 +64,8 @@
} }
} }
.margin-5 { .margin-5 {
padding: 3rem; padding: 3rem;
} }

View File

@ -78,7 +78,6 @@ class TestimoniesSection extends React.Component {
<Col lg="6" <Col lg="6"
style={{ style={{
border: '1px solid #128f52', border: '1px solid #128f52',
paddingTop: '10px',
paddingLeft: '0' paddingLeft: '0'
}} className ="testimoniesBox"> }} className ="testimoniesBox">
<Carousel <Carousel

View File

@ -42,10 +42,10 @@
strong.important { strong.important {
font-weight: 700 !important; font-weight: 700 !important;
} }
/*
.testimonialc { .testimonialc {
margin-bottom: 100px; margin-bottom: 100px;
} }*/
.carousel-item i { .carousel-item i {
font-size: 80px; font-size: 80px;
@ -77,9 +77,7 @@ strong.important {
.testimonialc .controls-top .btn-floating { .testimonialc .controls-top .btn-floating {
background: #4285f4; background: #4285f4;
} }
.testimonialc .carousel-indicators {
margin-bottom: -5em;
}
.testimonialc .card { .testimonialc .card {
margin: 1px; margin: 1px;
} }
@ -93,10 +91,26 @@ strong.important {
} }
} }
#testimonies { #testimonies {
padding: 10rem 0 !important; padding: 5rem 0 !important;
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.menuc { .menuc {
max-width: 90% !important; max-width: 90% !important;
} }
} }
@media only screen and (min-width: 990px) {
.testimoniesBox {
display: flex;
align-items: center;
justify-content: center;
}
.testimonialbox {
margin-top: -20px;
}
.testimonialc .carousel-indicators {
margin-bottom: -1em;
}
}