From a7089c3ce7313499ac8e67eb8b8eccea1a39ed81 Mon Sep 17 00:00:00 2001 From: Tony D'Addeo Date: Thu, 9 Apr 2026 12:52:07 -0500 Subject: [PATCH] docs: fix header logo height Amp-Thread-ID: https://ampcode.com/threads/T-019d735b-2ef5-70c7-a99c-7e1a2b5d1aad Co-authored-by: Amp --- src/pages/_root.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/_root.css b/src/pages/_root.css index ceb612e6..b77d5d7c 100644 --- a/src/pages/_root.css +++ b/src/pages/_root.css @@ -230,8 +230,10 @@ --radius-default: calc(infinity * 1px); } -[data-v-logo] img { +[data-v-logo] [data-v-logo-image] { height: 28px; + max-height: 28px; + width: auto; margin-top: 2px; }