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 @@
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;