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