From 532ac0034171fe2539050fb17f5cab1be364fd6e Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Mon, 27 Apr 2026 21:51:26 +0500 Subject: [PATCH] Fix button border radius in contacts --- frontend/src/pages/contacts.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/contacts.astro b/frontend/src/pages/contacts.astro index 97414f3..d818623 100644 --- a/frontend/src/pages/contacts.astro +++ b/frontend/src/pages/contacts.astro @@ -285,7 +285,7 @@ const isAuthorized = false; // Измените на true, чтобы увиде color: #1e293b; border: none; padding: 1rem 2rem; - border-radius: 0.75rem; + border-radius: 0.5rem; font-size: 1.1rem; font-weight: 700; cursor: pointer;