The min width was wrong for the iphone!

This commit is contained in:
Andrew Gioia 2026-05-08 21:54:37 -04:00
parent 0d14bb9cfa
commit 7749f132ca
Signed by: andrew
GPG Key ID: FC09694A000800C8

View File

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