From a74c54d63cb475e474ecca5aaa4c35a58563fa36 Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 16 Sep 2024 23:28:14 -0700 Subject: [PATCH] increased padding on content slightly --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 318a822..2864a52 100644 --- a/style.css +++ b/style.css @@ -111,7 +111,7 @@ body>header>nav>a { body>.content { flex: 1; - padding: 0.5em; + padding: 1em; overflow-y: hidden; }