diff --git a/src/index.html b/src/index.html index fbee309b0f..d4fc26dfa1 100644 --- a/src/index.html +++ b/src/index.html @@ -343,7 +343,6 @@

Vision, Passion, Results

654 321 987 diff --git a/src/styles/blocks/expertise.scss b/src/styles/blocks/expertise.scss index a489fa8eac..5e7cc7495e 100644 --- a/src/styles/blocks/expertise.scss +++ b/src/styles/blocks/expertise.scss @@ -33,6 +33,10 @@ flex-direction: row; gap: 137px; } + + @include onBiggestDesk { + gap: 177px; + } } .expertise__article { diff --git a/src/styles/blocks/footer.scss b/src/styles/blocks/footer.scss index ea7c27c2eb..5f57c7807f 100644 --- a/src/styles/blocks/footer.scss +++ b/src/styles/blocks/footer.scss @@ -16,6 +16,13 @@ padding-top: 180px; padding-right: 0; } + + @include onBiggestDesk { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + } } .footer__wrapper-top { @@ -30,6 +37,10 @@ @include onDesktop { padding-left: 54px; } + + @include onLargeScreen { + max-width: 1048px; + } } .footer__title { @@ -49,7 +60,6 @@ display: flex; flex-direction: column; gap: 40px; - margin-top: 48px; margin-bottom: 56px; @@ -70,6 +80,7 @@ border: 1px solid rgba(44, 44, 44, 1); border-bottom: 1px solid rgba(255, 255, 255, 1); padding-bottom: 16px; + color: #fff; } .footer__input::placeholder { diff --git a/src/styles/blocks/header.scss b/src/styles/blocks/header.scss index 7045255119..656aaf3408 100644 --- a/src/styles/blocks/header.scss +++ b/src/styles/blocks/header.scss @@ -24,15 +24,7 @@ position: relative; - @include onBiggestDesk { - // margin-right: 300px; - } - @include onLargeScreen { - margin-top: -10px; - } - - @include onLargestScreen { margin-top: 0; } } diff --git a/src/styles/blocks/top-bar.scss b/src/styles/blocks/top-bar.scss index 70b19f6605..d211d24d2f 100644 --- a/src/styles/blocks/top-bar.scss +++ b/src/styles/blocks/top-bar.scss @@ -14,6 +14,14 @@ padding-top: 48px; margin-bottom: 164px; } + + @include onBiggestDesk { + max-width: 1148px; + } + + @include onLargestScreen { + max-width: 1146px; + } } .top-bar__logo {