From c007fff12e3822a0149ffc4bcc12f5151b2e0ea1 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Thu, 19 Dec 2024 02:10:34 +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=20text-form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gp-style-desktop.css | 6 ++++++ assets/css/gp-style-tablet.css | 11 +++++++++++ index.html | 8 ++++---- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/assets/css/gp-style-desktop.css b/assets/css/gp-style-desktop.css index d84d7e3..598a45b 100644 --- a/assets/css/gp-style-desktop.css +++ b/assets/css/gp-style-desktop.css @@ -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 */ diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index 9c2e6e6..d72b71a 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -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) {} \ No newline at end of file diff --git a/index.html b/index.html index de62773..cf8c663 100644 --- a/index.html +++ b/index.html @@ -609,7 +609,7 @@ --> -
+ - +