From d86ca5a8949cfdb2c5827c66400c50da931a3561 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Sun, 1 Feb 2026 07:45:46 -0800 Subject: [PATCH] Fix header image display on mobile and brand color preview - Replace fixed 120px height with aspect-ratio padding (33.3%) so image scales properly on narrow mobile screens - Use background-size: cover instead of contain for better fill - Add wrapper div that shows brand color behind the header image - Update saveBrandColor to also update the header wrapper background Co-Authored-By: Claude Opus 4.5 --- portal/index.html | 4 +++- portal/portal.js | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/portal/index.html b/portal/index.html index 075a228..009a283 100644 --- a/portal/index.html +++ b/portal/index.html @@ -579,7 +579,9 @@

Displayed at the top of your menu. Recommended: 1200x400px

-
+
+
+