From c6cdc8a473dff07f2796e5a24ea571488f5033e2 Mon Sep 17 00:00:00 2001 From: Jake Mason Date: Fri, 24 Mar 2023 17:52:42 -0400 Subject: [PATCH] Some more mobile updates to the handmade cities banner --- src/templates/src/landing.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/templates/src/landing.html b/src/templates/src/landing.html index ea6c8f2..0837516 100644 --- a/src/templates/src/landing.html +++ b/src/templates/src/landing.html @@ -230,6 +230,11 @@ #cities-title-container { padding-left: 7.5rem; } + + #cities-banner{ + background-size: 200%; + background-position: 0 100%; + } }