diff --git a/static/css/index.css b/static/css/index.css index b683e55..a0e5170 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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) { diff --git a/templates/index.html b/templates/index.html index d408122..a7faecd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -61,11 +61,22 @@