diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index e0b0ec8..eb46669 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -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) {} \ No newline at end of file diff --git a/index.html b/index.html index f42b653..dabfb2c 100644 --- a/index.html +++ b/index.html @@ -431,7 +431,7 @@ --> -
+ - +