From e29d2475a61f21d2a5206d353d889b1a060d1974 Mon Sep 17 00:00:00 2001 From: Nick Lamicela Date: Thu, 2 Sep 2021 19:07:24 -0400 Subject: [PATCH] Scale using px --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6339d45..a749db0 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ html { body { background-image: url('magenta-tile-4.png'); - background-size: 1rem; + background-size: 16px; color: darkgray; text-shadow: 2px 2px black; font-family: sans-serif;