From 0acf2c773ac2cc7ed6c84c47ba3e8f22d71a1740 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 8 May 2026 21:27:44 -0400 Subject: [PATCH] Attempt to fix NYC background image on iPhone devices --- assets/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/site.css b/assets/css/site.css index c2ff284..de2564a 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -1053,7 +1053,7 @@ body#legacy { main > header { background-image: url('/img/nyc.svg'); - background-position: bottom 0 right -20dvw; + background-position: bottom 0 right -75%; background-repeat: no-repeat; background-size: clamp(300px, 50dvw, 800px) auto; position: relative;