From 8672f1fa0785b877888071554cb9784b0b9caa7b Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Sat, 21 Oct 2023 22:20:27 -0600 Subject: [PATCH] Fixed text align issue in humans.txt display --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index d592a9d..4528362 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,10 @@ .button:hover { background-color: #e74c3c; } + + #humans { + text-align: left; + } humans.txt validator