From 7749f132cae5c851068d2c495533f808ccfbd2ec Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 8 May 2026 21:54:37 -0400 Subject: [PATCH] The min width was wrong for the iphone! --- assets/css/site.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index b2b0b55..bed9223 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -1052,10 +1052,10 @@ section#studies { body#legacy { main > header { - background-image: url('/img/nyc.ios.svg'); - background-position: bottom right; + background-image: url('/img/nyc.svg'); + background-position: bottom 0 right -20dvw; background-repeat: no-repeat; - background-size: 60dvw auto; + background-size: clamp(300px, 50dvw, 800px) auto; position: relative; > svg { @@ -1346,14 +1346,12 @@ body.simple { } /* bigger than phones */ -@media (min-width: 420px) +@media (min-width: 441px) { body#legacy { main > header { - background-image: url('/img/nyc.svg'); background-position: bottom -1px right 0; - background-size: clamp(300px, 50dvw, 800px) auto; svg { left: 0;