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) {