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 @@ --> -