Attempt to fix NYC background image on iPhone devices

This commit is contained in:
Andrew Gioia 2026-05-08 21:27:44 -04:00
parent 748a7c4b8b
commit 0acf2c773a
Signed by: andrew
GPG Key ID: FC09694A000800C8

View File

@ -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;