diff --git a/src/images/logo.svg b/src/images/logo.svg index d5846082a..f769d97bc 100644 --- a/src/images/logo.svg +++ b/src/images/logo.svg @@ -1,3 +1,6 @@ - - + + + + + diff --git a/src/index.html b/src/index.html index aee323523..74ba4e6b0 100644 --- a/src/index.html +++ b/src/index.html @@ -56,7 +56,7 @@ href="#" > NAMU logo @@ -78,7 +78,7 @@

Мистецтво ХІХ - ХХ ст.

Внесок українських митців у світову культуру 19-20 ст.

- +
10.08 - 10.10
@@ -94,7 +94,7 @@

Мистецтво ХІХ - ХХ ст.

href="#" > NAMU logo @@ -113,7 +113,13 @@

Мистецтво ХІХ - ХХ ст.

diff --git a/src/styles/block/button.scss b/src/styles/block/button.scss index 7b0ef99b3..98f30b0d0 100644 --- a/src/styles/block/button.scss +++ b/src/styles/block/button.scss @@ -1,4 +1,5 @@ .button { + border: none; display: flex; align-items: center; justify-content: center; @@ -14,7 +15,6 @@ background-color: #cd4d31; width: 100%; height: 60px; - max-width: 280px; @include on-tablet { width: 330px; @@ -32,6 +32,14 @@ background-color: #ea340d; } + &--with{ + width: 330px; + + @include on-desctop { + width: 270px; + } + } + &--menu { grid-column: 1/-1; margin-bottom: 20px; diff --git a/src/styles/block/contact.scss b/src/styles/block/contact.scss index f53e89d16..8dfc84476 100644 --- a/src/styles/block/contact.scss +++ b/src/styles/block/contact.scss @@ -9,8 +9,14 @@ font-weight: 400; line-height: 24px; text-align: left; - text-decoration: none; + box-sizing: border-box; + border-bottom: 1px solid #3f5252; + + &:hover { + width: fit-content; + border-bottom: 1px solid #f1f5f4; + } } &__networks { @@ -57,4 +63,11 @@ } } } + + &__address { + &:hover .contact__address-place { + width: fit-content; + border-bottom: 1px solid #f1f5f4; + } + } } diff --git a/src/styles/block/main.scss b/src/styles/block/main.scss index f2a21075f..0b454b47a 100644 --- a/src/styles/block/main.scss +++ b/src/styles/block/main.scss @@ -1,7 +1,8 @@ .main { + background-color: #f1f5f4; display: flex; flex-direction: column; - margin-block: 90px 80px; + padding-block: 90px 80px; row-gap: 120px; &__title { diff --git a/src/styles/block/menu.scss b/src/styles/block/menu.scss index f194b35a4..b497d4fd7 100644 --- a/src/styles/block/menu.scss +++ b/src/styles/block/menu.scss @@ -8,6 +8,7 @@ @include on-tablet { grid-column: 1/-1; display: flex; + align-items: center; gap: 120px; } @@ -46,6 +47,7 @@ line-height: 24px; text-align: left; + text-decoration: none; display: flex; flex-direction: column; color: #f1f5f4;