adaptive_fix_5

This commit is contained in:
2026-05-11 17:35:09 +03:00
parent 001922c5e2
commit 11879ffd39
3 changed files with 11 additions and 3 deletions

View File

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

View File

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