From f801ab4569ad78ce1d46dedf861639831ddd2ec3 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Thu, 19 Dec 2024 01:50:01 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20free?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gp-style-tablet.css | 29 +++++++++++++++++++++++++++++ index.html | 8 ++++---- 2 files changed, 33 insertions(+), 4 deletions(-) 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 @@ --> -
+ - +