From 1a6a482cc68f0e9186377ef6c9051ec677a08f70 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 1 Aug 2023 13:21:53 -0500 Subject: [PATCH] Fix background image positioning for narrow screens --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f1a3366..7b93e2b 100644 --- a/index.html +++ b/index.html @@ -137,7 +137,7 @@ height: auto; } - header { + nav { background-image: url('/pinkliom-small2.png'); background-repeat: no-repeat; background-position: bottom right;