From deb13d86701acc643b4350c29370d9a2e8a1220a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 05:59:02 +0000 Subject: [PATCH 1/2] Bob AI: Change border radiuses from 0 to 25 on the entire ... --- src/app/styles/variables.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cf40728..434b40e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -124,6 +124,8 @@ --padding-hero-page-padding: calc(var(--height-10) + var(--vw-1_5) + var(--vw-1_5) + var(--height-10)); --padding-hero-page-padding-1_5: calc(1.5 * (var(--height-10) + var(--vw-1_5) + var(--vw-1_5) + var(--height-10))); --padding-hero-page-padding-double: calc(2 * (var(--height-10) + var(--vw-1_5) + var(--vw-1_5) + var(--height-10))); + + --border-radius: 25px; } @media (max-width: 767px) { @@ -211,5 +213,7 @@ --height-130: 117vw; --height-140: 126vw; --height-150: 135vw; + + --border-radius: 25px; } } -- 2.49.1 From 80f7fc35b615bba00eb4d8e2acd0b447d385620b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 05:59:14 +0000 Subject: [PATCH 2/2] Bob AI: The corners of elements are too sharp make them mo... --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76039dc..05d0bc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() {