From 53fcec00e0473b10026bca52426b4ca13536a6bc Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 12:23:32 -0600 Subject: [PATCH] very minor fix --- css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index 0860099..e753675 100644 --- a/css/base.css +++ b/css/base.css @@ -767,7 +767,7 @@ hr { nav { position: fixed; - bottom: 0; + bottom: -2px; width: 100%; margin: 0; padding: 50px 0px 50px 0px;