From 138d7ce4065c8a9a8d03a20eb866c45624907c2f Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 8 May 2026 21:37:28 -0400 Subject: [PATCH] Another attempt to fix background position offset for mobile safari --- 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 de2564a..c439775 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 -75%; + background-position: bottom 0 left 175%; background-repeat: no-repeat; background-size: clamp(300px, 50dvw, 800px) auto; position: relative;