Another attempt to fix background position offset for mobile safari

This commit is contained in:
Andrew Gioia 2026-05-08 21:37:28 -04:00
parent 0acf2c773a
commit 138d7ce406
Signed by: andrew
GPG Key ID: FC09694A000800C8

View File

@ -1053,7 +1053,7 @@ body#legacy
{ {
main > header { main > header {
background-image: url('/img/nyc.svg'); background-image: url('/img/nyc.svg');
background-position: bottom 0 right -75%; background-position: bottom 0 left 175%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: clamp(300px, 50dvw, 800px) auto; background-size: clamp(300px, 50dvw, 800px) auto;
position: relative; position: relative;