mergeMerge branch 'dev'
All checks were successful
Build Docker / deploy (push) Successful in 1m7s
Build Docker / build (push) Successful in 46s

This commit is contained in:
2026-05-11 17:36:19 +03:00
2 changed files with 11 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
этом.
</p>
<button class="btn_share" button>
<a href="#answer">
<a class="btn_link" href="#answer">
Подтвердить участие
</a>
</button>

View File

@@ -47,7 +47,7 @@ body {
}
button {
background-color: #3a1f09;
padding: 0 15px;
padding: 0px 15px;
border-radius: 33px;
transition: all .1s;
color: #e5b97e;
@@ -289,7 +289,9 @@ img {
}
.btn_share {
margin-top: 10px;
font-size: 30px;
}
.btn_link {
font-size: 30px;
}
.asise {
}
@@ -1355,6 +1357,12 @@ textarea {
.footer_inner {
padding: 20px;
}
button{
padding: 12px 15px;
}
textarea {
padding: 12px 20px;
}
}