From 0d14bb9cfa77db16e4bacb85e133047d77509d47 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 8 May 2026 21:47:58 -0400 Subject: [PATCH] Forced to add another asset specific for mobile! --- assets/css/site.css | 8 +++++--- static/img/kangaroo-eyes.svg | 13 ------------- static/img/kangaroo.svg | 1 - static/img/nyc.ios.svg | 1 + 4 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 static/img/kangaroo-eyes.svg delete mode 100644 static/img/kangaroo.svg create mode 100644 static/img/nyc.ios.svg 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