From 751ca3bf754760d8324eaf9295a981d385b4872e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 08:22:46 -0700 Subject: [PATCH] copy --- aider/website/_includes/recording.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_includes/recording.css b/aider/website/_includes/recording.css index 58ff02738..292407d2a 100644 --- a/aider/website/_includes/recording.css +++ b/aider/website/_includes/recording.css @@ -83,7 +83,7 @@ .macos-backdrop { background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff); border-radius: 12px; - padding: 50px clamp(5px, 5vw, 50px); + padding: clamp(5px, 5vw, 50px) clamp(5px, 2.5vw, 50px); margin: 20px 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); position: relative;