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%; }