This commit is contained in:
2024-06-18 16:52:52 +02:00
parent 252fe7ce44
commit 056aceaaaa
46 changed files with 6791 additions and 1407 deletions

View File

@@ -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;