From f2bfdf7a948a979d41f6cfd78645fcf4a91a5bb5 Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Thu, 28 Jul 2022 12:48:37 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=20?= =?UTF-8?q?=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D1=8B=20=D1=81=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=D0=BC?= =?UTF-8?q?=D0=B8=20>1920?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/footer/footer.css | 24 ++++++++++++++++++++++++ src/components/mainPart/mainPart.css | 11 ++++------- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/src/components/footer/footer.css b/src/components/footer/footer.css index 56b3c37..f154aa4 100644 --- a/src/components/footer/footer.css +++ b/src/components/footer/footer.css @@ -108,6 +108,30 @@ a:hover { /* flex-shrink: 0; */ } +@media screen and (min-width: 2000px) { + .footer-content-logo { + width: 4vw; + height: 6vw; + } + + .contact-header-title { + font-size: 1.3vw; + } + + .contact-data-value, + .contact-href { + font-size: 1vw; + } + + .contact-data-container { + gap: 1vw;; + } + + .contact-container { + gap: 1.2vw; + } +} + @media screen and (max-width: 1280px) { .footer-container { padding: 120px 2%; diff --git a/src/components/mainPart/mainPart.css b/src/components/mainPart/mainPart.css index c057564..faab701 100644 --- a/src/components/mainPart/mainPart.css +++ b/src/components/mainPart/mainPart.css @@ -324,6 +324,10 @@ max-width: 80%; } + .main-part-header-lang { + gap: .5vw; + } + .main-part-header-lang { font-size: 1vw; } @@ -341,13 +345,6 @@ height: 4vw; } - .main-part-plan-content { - z-index: 1; - display: flex; - flex-direction: column; - margin-bottom: auto; - } - .plan-content-container { width: 35%; }