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
|
body#legacy
|
||||||
{
|
{
|
||||||
main > header {
|
main > header {
|
||||||
background-image: url('/img/nyc.ios.svg');
|
background-image: url('/img/nyc.svg');
|
||||||
background-position: bottom right;
|
background-position: bottom 0 right -20dvw;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 60dvw auto;
|
background-size: clamp(300px, 50dvw, 800px) auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
> svg {
|
> svg {
|
||||||
@ -1346,14 +1346,12 @@ body.simple {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* bigger than phones */
|
/* bigger than phones */
|
||||||
@media (min-width: 420px)
|
@media (min-width: 441px)
|
||||||
{
|
{
|
||||||
body#legacy
|
body#legacy
|
||||||
{
|
{
|
||||||
main > header {
|
main > header {
|
||||||
background-image: url('/img/nyc.svg');
|
|
||||||
background-position: bottom -1px right 0;
|
background-position: bottom -1px right 0;
|
||||||
background-size: clamp(300px, 50dvw, 800px) auto;
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user