diff --git a/assets/css/site.css b/assets/css/site.css index c439775..b2b0b55 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -1052,10 +1052,10 @@ section#studies { body#legacy { main > header { - background-image: url('/img/nyc.svg'); - background-position: bottom 0 left 175%; + background-image: url('/img/nyc.ios.svg'); + background-position: bottom right; background-repeat: no-repeat; - background-size: clamp(300px, 50dvw, 800px) auto; + background-size: 60dvw auto; position: relative; > svg { @@ -1351,7 +1351,9 @@ body.simple { 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; diff --git a/static/img/kangaroo-eyes.svg b/static/img/kangaroo-eyes.svg deleted file mode 100644 index 50a7613..0000000 --- a/static/img/kangaroo-eyes.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/img/kangaroo.svg b/static/img/kangaroo.svg deleted file mode 100644 index e17418f..0000000 --- a/static/img/kangaroo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/nyc.ios.svg b/static/img/nyc.ios.svg new file mode 100644 index 0000000..8faa3da --- /dev/null +++ b/static/img/nyc.ios.svg @@ -0,0 +1 @@ + \ No newline at end of file