From 60f0009ae20ae9ba8e01f9174634d26d3f8a330f Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Mon, 27 Apr 2026 21:59:24 +0500 Subject: [PATCH] Set border-radius 0.75rem on both buttons --- 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 ca1fa45..97414f3 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.375rem; + border-radius: 0.75rem; font-size: 1.1rem; font-weight: 700; cursor: pointer;