The min width was wrong for the iphone!
This commit is contained in:
parent
0d14bb9cfa
commit
7749f132ca
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user