Another attempt to fix background position offset for mobile safari
This commit is contained in:
parent
0acf2c773a
commit
138d7ce406
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user