jun 18
This commit is contained in:
@@ -2,13 +2,25 @@
|
||||
|
||||
.first-part {
|
||||
min-height: 65vh;
|
||||
background-image: url('../assets/images/image36.jpg');
|
||||
background-size: cover;
|
||||
color: white;
|
||||
background-position: center;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.slick-carousel{
|
||||
min-height: 65vh !important;
|
||||
}
|
||||
|
||||
// #first-part-home{
|
||||
// min-height: 65vh ;
|
||||
// background-image: url('../assets/images/image36.jpg');
|
||||
// background-size: cover;
|
||||
// color: white;
|
||||
// background-position: center;
|
||||
// }
|
||||
|
||||
.textbox {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
@@ -54,8 +66,14 @@
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px){
|
||||
|
||||
.first-part {
|
||||
min-height: 53vh;
|
||||
.textbox{
|
||||
button{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.h2-first {
|
||||
@@ -67,12 +85,14 @@
|
||||
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
||||
.first-part {
|
||||
min-height: 78vh;
|
||||
min-height: 78vh ;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
.textbox{
|
||||
|
||||
p{
|
||||
margin-left: 400px;
|
||||
margin-right: 400px;
|
||||
|
||||
Reference in New Issue
Block a user