diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-05-10 14:46:07 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-05-10 14:46:07 -0500 |
| commit | 0063bf9d2b2c416a6317cf45f68847b5720aab49 (patch) | |
| tree | 2c8ab6fd181e481bf9faff65e6a80f4330a5ff54 /style.css | |
| parent | 85a2a330f729d70dfce1b81dc69ec15436a3d44c (diff) | |
updates and new post: 'Summer of PLT'
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
