fix small bugs
This commit is contained in:
parent
e5bf237321
commit
21df1485d3
@ -154,10 +154,12 @@
|
||||
<h3><span class="services__price">1299 <span>₽</span></span><br> ОБЩИЙ МАССАЖ</h3>
|
||||
</div>
|
||||
|
||||
<div class="services__block__full_price">
|
||||
Ознакомиться <img src="../public/images/arrow.png" alt="стрелка">
|
||||
с полным прайсом
|
||||
</div>
|
||||
<a href="../public/files/Прайс.pdf" download="Прайс.pdf" class="services__block__full_price">
|
||||
<div>
|
||||
Ознакомиться <img src="../public/images/arrow.png" alt="стрелка">
|
||||
<br>с полным прайсом
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -291,7 +293,7 @@
|
||||
<div class="info">
|
||||
<div class="wrapper">
|
||||
<h1 class="info__title">
|
||||
Крупнейшаая в России
|
||||
Крупнейшая в России
|
||||
сеть салонов красоты
|
||||
полного обслуживания
|
||||
</h1>
|
||||
@ -416,13 +418,15 @@
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class="services__block__full_price">
|
||||
<h3>
|
||||
Ознакомиться <img src="../public/images/arrow.png" alt="стрелка">
|
||||
с полным прайсом
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<a href="../public/files/Прайс.pdf" download="book.pdf" class="services__block__full_price">
|
||||
<div>
|
||||
<h3>
|
||||
Ознакомиться <img src="../public/images/arrow.png" alt="стрелка">
|
||||
<br>
|
||||
с полным прайсом
|
||||
</h3>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user