From b33dc1534339d8eb6776b00f7d874eccef51da0f Mon Sep 17 00:00:00 2001 From: aurinex Date: Thu, 10 Jul 2025 00:06:19 +0500 Subject: [PATCH] minor fix --- src/components/Header.tsx | 2 +- src/pages/CalculatorPage.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index e6aa035..03bf9fd 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -153,7 +153,7 @@ const Header = () => { {/* Пустой блок для компенсации фиксированного хедера */} - + {/* Мобильное меню */} diff --git a/src/pages/CalculatorPage.tsx b/src/pages/CalculatorPage.tsx index ad3910e..b13bacc 100644 --- a/src/pages/CalculatorPage.tsx +++ b/src/pages/CalculatorPage.tsx @@ -1183,10 +1183,9 @@ function CalculatorPage() { sx={{ ml: isMobile ? "0vw" : "2vw", p: "2vw", - borderRadius: "2vw", + borderRadius: isMobile ? "5vw" : "2vw", border: "0.3vw solid #C27664", - backgroundColor: "#FFF9F8", - width: isMobile ? "82%" : "85%", + // width: isMobile ? "82%" : "85%", }} >