palmpay.io-website/src/components/pages/HomePage.css

70 lines
1.2 KiB
CSS
Raw Normal View History

2018-09-22 18:23:51 +00:00
#apppage .vmain {
background-image: url("../../assets/img/header/header-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 100vh;
}
2018-09-28 07:10:44 +00:00
@media screen and (max-width: 991px) {
.testimonialbox {
2018-10-05 18:20:36 +00:00
/* margin-bottom: 250px;*/
2018-09-28 07:10:44 +00:00
}
}
@media screen and (min-width: 991px) {
.logoFooter {
text-align: left !important;
padding-left: 0 !important;
}
.brandTextFooter {
text-align: right !important;
padding-right: 0 !important;
}
.developersName {
text-align: right !important;
}
.developersName > div {
padding-right: 0 !important;
}
#home footer .col-md-10 {
padding-left: 0 !important; ;
padding-right: 0 !important; ;
}
.boxTestimonial {
padding-left: 0 !important;
}
.boxVideo {
padding-right: 0 !important;
}
}
@media screen and (max-width: 991px) {
.testimoniesBox {
padding-right: 0 !important;
}
.box-video {
padding-left: 0 !important;
}
2018-10-05 18:20:36 +00:00
.carousel-indicators {
margin-top: 50px;
position: relative !important;
}
.testimoniesBox {
margin-bottom: 80px;
padding: 40px 0;
}
2018-09-28 07:10:44 +00:00
}
@media screen and (min-width: 991px) {
.margin-5 {
padding-right: 0 !important;
padding-left: 0 !important;
}
}
2018-10-05 18:20:36 +00:00
2018-09-28 07:10:44 +00:00
.margin-5 {
padding: 3rem;
2018-10-06 02:45:09 +00:00
}