This commit is contained in:
2024-06-05 16:57:33 +02:00
parent 84194c85fe
commit cadbb9b457
28 changed files with 1332 additions and 174 deletions

View File

@@ -1,4 +1,4 @@
.third-part-au{
.third-part-au {
min-height: 100vh;
background-image: url('/assets/images/image33.jpg');
background-size: cover;
@@ -35,3 +35,45 @@
}
}
}
@media only screen and (min-width:768px) {
.third-part-au {
min-height: 25vh;
.numbers-container {
.numbers {
text-align: center;
width: 200px;
line-height: 200px;
}
.num-text {
padding-left: 5px;
padding-right: 5px;
}
}
}
}
@media only screen and (min-width:992px) {
.third-part-au {
min-height: 50vh;
.numbers-container {
margin-top: 50px;
.numbers {
text-align: center;
width: 230px;
line-height: 230px;
}
.num-text {
padding-left: 150px;
padding-right:150px;
}
}
}
}