From 20619a6a26ec0cfc2707b7ed13387715e9f9cdaa Mon Sep 17 00:00:00 2001 From: Aaron Iker Date: Fri, 30 Jan 2026 18:57:49 +0100 Subject: feat: Transitions, spacing, scroll fade, prompt area update (#11168) Co-authored-by: Github Action Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaroniker <4730431+aaroniker@users.noreply.github.com> --- packages/ui/src/components/logo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ui/src/components/logo.css') diff --git a/packages/ui/src/components/logo.css b/packages/ui/src/components/logo.css index a909782b7..b16c441d2 100644 --- a/packages/ui/src/components/logo.css +++ b/packages/ui/src/components/logo.css @@ -1,4 +1,4 @@ [data-component="logo-mark"] { - width: 16px; - aspect-ratio: 4/5; + width: 16px; + aspect-ratio: 4 / 5; } -- cgit v1.2.3