From 21df1485d39b821387dbca9a23459203917c4e7a Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Thu, 4 May 2023 20:25:44 +0300 Subject: [PATCH] fix small bugs --- src/index.html | 28 ++++++++++++++++------------ src/styles/main.scss | 17 ++++++++++++++--- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/index.html b/src/index.html index 66f0753..ce54cb2 100644 --- a/src/index.html +++ b/src/index.html @@ -154,10 +154,12 @@

1299
ОБЩИЙ МАССАЖ

-
- Ознакомиться стрелка - с полным прайсом -
+ +
+ Ознакомиться стрелка +
с полным прайсом +
+
@@ -291,7 +293,7 @@

- Крупнейшаая в России + Крупнейшая в России сеть салонов красоты полного обслуживания

@@ -416,13 +418,15 @@
-
-

- Ознакомиться стрелка - с полным прайсом -

-
- + +
+

+ Ознакомиться стрелка +
+ с полным прайсом +

+
+
diff --git a/src/styles/main.scss b/src/styles/main.scss index d763316..c7b5295 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -461,6 +461,7 @@ &__full_price { @include statistic_item_font; + text-decoration: none; grid-area: 5 / 2 / 6 / 3; background: $color_black; border-radius: 15px; @@ -787,7 +788,7 @@ &__img { position: absolute; bottom: -60px; - height: 250px; + height: 325px; left: 550px; } } @@ -849,8 +850,8 @@ display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(2, 150px); - grid-column-gap: 50px; - grid-row-gap: 50px; + grid-column-gap: 25px; + grid-row-gap: 25px; &__haircut { grid-area: 1 / 1 / 3 / 2; @@ -859,6 +860,11 @@ align-items: center; justify-content: center; flex-direction: column; + font-size: 36px; + + span { + font-size: 50px; + } } } &__coloring { @@ -893,6 +899,7 @@ } &__full_price { grid-area: 2 / 5 / 3 / 6; + text-decoration: none; img { width: auto; @@ -912,6 +919,10 @@ &__item { cursor: pointer; + &__title { + max-width: 90%; + } + &__answer { cursor: auto; transition: 200ms;