From 0063bf9d2b2c416a6317cf45f68847b5720aab49 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 10 May 2026 14:46:07 -0500 Subject: updates and new post: 'Summer of PLT' --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 43a6973..13d21ff 100644 --- a/style.css +++ b/style.css @@ -9,13 +9,13 @@ html, body { margin: 0; padding: 0; min-height: 100vh; - overflow: hidden; } body { display: flex; justify-content: center; align-items: flex-start; + padding-top: 2rem; } h1 { -- cgit v1.3.1