From 5f3b85a0cb0f6748e5db7c3bdd386384b9eea041 Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Thu, 28 Jul 2022 11:45:09 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=20?= =?UTF-8?q?=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B1=D0=B5=D0=B7=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8=20=D0=BF=D0=BE=D0=B4=20?= =?UTF-8?q?=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D1=8B=20=D1=81=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8=20?= =?UTF-8?q?>1920?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mainPart/mainPart.css | 41 ++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/src/components/mainPart/mainPart.css b/src/components/mainPart/mainPart.css index 0f79287..258ca1b 100644 --- a/src/components/mainPart/mainPart.css +++ b/src/components/mainPart/mainPart.css @@ -45,6 +45,7 @@ /* width: 90px; */ display: flex; justify-content: space-between; + align-items: center; gap: 8px; } @@ -290,21 +291,55 @@ } @media screen and (min-width: 2000px) { + .main-part-text-container { + z-index: 1; + width: 50%; + display: flex; + flex-direction: column; + gap: 40px; + } .main-part-text-title { font-size: 3vw; - max-width: 1000px; + max-width: 80%; } .main-part-text-descript { font-size: 1vw; - max-width: 700px; + max-width: 80%; } .main-part-text-button { width: 50%; - height: 70px; + height: 3.5vw; font-size: 1vw; } + + .main-part-content-or-line-container { + width: 25%; + font-size: 1vw; + } + + .main-part-footer-container { + font-size: .8vw; + max-width: 80%; + } + + .main-part-header-lang { + font-size: 1vw; + } + + .main-part-header-lang-button { + padding: .3vw .4vw; + } + + .main-part-text-access-code { + font-size: 3vw; + } + + .main-part-header-logo { + width: 3vw; + height: 4vw; + } } @media screen and (max-width: 1280px) {