summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-10 14:46:07 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-10 14:46:07 -0500
commit0063bf9d2b2c416a6317cf45f68847b5720aab49 (patch)
tree2c8ab6fd181e481bf9faff65e6a80f4330a5ff54 /style.css
parent85a2a330f729d70dfce1b81dc69ec15436a3d44c (diff)
updates and new post: 'Summer of PLT'
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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 {