feat: contact form modal with Telegram, enlarge Made by button

This commit is contained in:
2026-05-14 10:08:35 +03:00
parent 4fc4ef9342
commit c4e9a9294b
3 changed files with 168 additions and 12 deletions
+14 -10
View File
@@ -522,16 +522,20 @@
line-height: 1.1;
z-index: 5;
}
.credit .name {
#btn-contact-ruslan {
font-family: Caveat, cursive;
font-size: 14px;
font-size: 42px;
color: #1c3f7c;
background: none;
border: none;
cursor: pointer;
padding: 0;
line-height: 1;
transition: opacity .15s ease, transform .15s ease;
}
.credit a {
font-size: 7px;
color: #2f5fae;
text-decoration: none;
font-weight: 700;
#btn-contact-ruslan:hover {
opacity: .75;
transform: scale(1.04);
}
@media (max-width: 980px) {
@@ -539,8 +543,7 @@
.board { grid-template-columns: 1fr; }
.hero { padding: 20px; }
.credit { right: 8px; bottom: 6px; }
.credit .name { font-size: 8px; }
.credit a { font-size: 6px; }
#btn-contact-ruslan { font-size: 28px; }
}
@media (max-width: 768px) {
@@ -637,8 +640,9 @@
background: rgba(255, 255, 255, .86);
border: 1px solid #dbe6ff;
border-radius: 10px;
padding: 4px 6px;
padding: 4px 8px;
}
#btn-contact-ruslan { font-size: 24px; }
}
@media (max-width: 420px) {