fix small bugs

This commit is contained in:
Sergey Krylov 2023-05-04 20:25:44 +03:00
parent e5bf237321
commit 21df1485d3
2 changed files with 30 additions and 15 deletions

View File

@ -154,10 +154,12 @@
<h3><span class="services__price">1299 <span></span></span><br> ОБЩИЙ МАССАЖ</h3> <h3><span class="services__price">1299 <span></span></span><br> ОБЩИЙ МАССАЖ</h3>
</div> </div>
<div class="services__block__full_price"> <a href="../public/files/Прайс.pdf" download="Прайс.pdf" class="services__block__full_price">
Ознакомиться <img src="../public/images/arrow.png" alt="стрелка"> <div>
с полным прайсом Ознакомиться <img src="../public/images/arrow.png" alt="стрелка">
</div> <br>с полным прайсом
</div>
</a>
</div> </div>
</div> </div>
@ -291,7 +293,7 @@
<div class="info"> <div class="info">
<div class="wrapper"> <div class="wrapper">
<h1 class="info__title"> <h1 class="info__title">
Крупнейшаая в России Крупнейшая в России
сеть салонов красоты сеть салонов красоты
полного обслуживания полного обслуживания
</h1> </h1>
@ -416,13 +418,15 @@
</h3> </h3>
</div> </div>
<div class="services__block__full_price"> <a href="../public/files/Прайс.pdf" download="book.pdf" class="services__block__full_price">
<h3> <div>
Ознакомиться <img src="../public/images/arrow.png" alt="стрелка"> <h3>
с полным прайсом Ознакомиться <img src="../public/images/arrow.png" alt="стрелка">
</h3> <br>
</div> с полным прайсом
</h3>
</div>
</a>
</div> </div>
</div> </div>

View File

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