From c28f62884b583f031f0e3349cdc765323ddcd94d Mon Sep 17 00:00:00 2001 From: peterg <97988826+pedrogalvis@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:29:19 -0500 Subject: [PATCH] Update style.css --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 5af1959..fcf5d3b 100644 --- a/style/style.css +++ b/style/style.css @@ -5815,7 +5815,7 @@ a.post-edit-link { } #mainNavbar a.learn { - background: url(icons/bird.png) top center no-repeat; + background: url('icons/bird.png') top center no-repeat; background-position: 25% 25%; background-size: 48% auto }