From d484b48a71bb715e08735e36ed3bfb677d9b1b0a Mon Sep 17 00:00:00 2001 From: Notoric Date: Sat, 24 Feb 2024 00:12:26 +0000 Subject: [PATCH] Fixed number spacing --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index baf37c3..a8204f8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -141,7 +141,7 @@ h1 { position: absolute; bottom: 0; left: 0; - transform: translate(10px, 0); + transform: translate(10px, 5px); width: 120px; height: 120px; background-color: #202020;