сделал адаптивность text-form
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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) {}
|
||||
Reference in New Issue
Block a user