From 060b9e39938012da3c5b48a856fa002e3da8baa7 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 14 May 2026 10:11:45 +0300 Subject: [PATCH] fix: reduce Made by button to 21px --- static/css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index a0e5170..77f91f0 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -524,7 +524,7 @@ } #btn-contact-ruslan { font-family: Caveat, cursive; - font-size: 42px; + font-size: 21px; color: #1c3f7c; background: none; border: none; @@ -543,7 +543,7 @@ .board { grid-template-columns: 1fr; } .hero { padding: 20px; } .credit { right: 8px; bottom: 6px; } - #btn-contact-ruslan { font-size: 28px; } + #btn-contact-ruslan { font-size: 14px; } } @media (max-width: 768px) { @@ -642,7 +642,7 @@ border-radius: 10px; padding: 4px 8px; } - #btn-contact-ruslan { font-size: 24px; } + #btn-contact-ruslan { font-size: 12px; } } @media (max-width: 420px) {