From d95e290bc3a4451defea8ff50391d06b85611f23 Mon Sep 17 00:00:00 2001 From: Dev 1 Date: Wed, 11 Oct 2023 18:28:55 +0530 Subject: [PATCH] change beanie size --- src/pages/guided-tracing/A.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/guided-tracing/A.astro b/src/pages/guided-tracing/A.astro index 6791497..73ab905 100644 --- a/src/pages/guided-tracing/A.astro +++ b/src/pages/guided-tracing/A.astro @@ -53,7 +53,7 @@ import Layout from "../../layouts/Layout.astro"; sunWidth = 70; sunHeight = 70; parrotScale = 0.35; - parrotScalePlus = 0.38; + parrotScalePlus = 0.365; parrotWidth = 135; parrotHeight = 170; animatedAHeight = 35; @@ -71,7 +71,7 @@ import Layout from "../../layouts/Layout.astro"; sunWidth = 200; sunHeight = 100; parrotScale = 0.4; - parrotScalePlus = 0.50; + parrotScalePlus = 0.45; parrotWidth = 200; parrotHeight = 255; animatedAHeight = 20;