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

@@ -44,4 +44,27 @@
color: #15c1cb;
}
}
}
@media only screen and (min-width:768px) {
.fifth-part-au {
padding: 110px 15px;
.textbox5{
.h3-fifth{
padding: 0 50px;
font-size: 37px;
letter-spacing: 0px;
}
.h2-fifth{
margin-top: -10px;
font-size: 71px;
}
}
}
}
@media only screen and (min-width:992px) {
.fifth-part-au{
min-height: 75vh;
}
}