сделал адаптивность free

This commit is contained in:
Kirill Pet
2024-12-19 01:50:01 +03:00
parent 352e1ead99
commit f801ab4569
2 changed files with 33 additions and 4 deletions

View File

@@ -452,4 +452,33 @@ main{
}
/* how */
/* wrapper */
@media only screen and (max-width: 992px) {
.free{
padding: 40px 16px 39px 16px;
}
.free__content{
margin-top: 40px;
width: 100%;
}
.form__item--two{
flex-direction: column;
}
.form__item--two .input__block{
width: 100%;
}
.form__item--two .input__block:nth-child(2){
margin-top: 16px;
}
.form__additional,
.form input[type=submit]{
margin-top: 24px;
}
.form__checkbox-block{
align-items: start;
}
}
/* wrapper */
@media only screen and (max-width: 992px) {}