From 9d05fedb09504d1f3954b00f428835d55d89bdcb Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Mon, 1 Aug 2022 18:19:55 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=20=D0=B0=D0=BB=D1=8C=D0=B1=D0=BE=D0=BC=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=B2=D0=B8=D0=B4=20=D1=82=D0=B5=D0=BB=D0=B5=D1=84?= =?UTF-8?q?=D0=BE=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mainPart/mainPart.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/mainPart/mainPart.css b/src/components/mainPart/mainPart.css index 1015c7d..c221288 100644 --- a/src/components/mainPart/mainPart.css +++ b/src/components/mainPart/mainPart.css @@ -555,4 +555,17 @@ width: 29px; height: 46px; } +} + +@media screen and (max-height: 640px) { + .main-part-container { + width: 100%; + height: 100%; + gap: 50px; + padding: 50px 12% 16px 12%; + } + + .main-part-plan-content { + padding: 0px 0 0 0; + } } \ No newline at end of file