сделал адаптивность text-form

This commit is contained in:
Kirill Pet
2024-12-19 02:10:34 +03:00
parent 6ae52a7795
commit c007fff12e
3 changed files with 21 additions and 4 deletions

View File

@@ -765,6 +765,12 @@
align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1082px) {
.text-form__form{
width: 40%;
}
}
/* text and form */
/* services */

View File

@@ -527,4 +527,15 @@ main{
}
/* reviews */
/* text-form */
@media only screen and (max-width: 992px) {
.text-form__form{
display: none;
}
.text-form__content .text-2{
margin-top: 24px;
}
}
/* text-form */
@media only screen and (max-width: 992px) {}