diff options
author | Steph Enders <steph@senders.io> | 2023-06-21 23:05:33 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-21 23:05:33 -0400 |
commit | 60906bbede2d3fb6c68c2cd93865dae450f39021 (patch) | |
tree | 6e5fd30f597e77dffe277bcef3652b0242bacf58 /static | |
parent | 5deedf03a42427662cf77af77741bafdbd494068 (diff) |
Remove p margin override
Diffstat (limited to 'static')
-rw-r--r-- | static/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/index.css b/static/index.css index b1f4a51..7abff3b 100644 --- a/static/index.css +++ b/static/index.css @@ -12,7 +12,6 @@ html, body { line-height: 1.5em; background-color: var(--bgcolor); } -p { margin: 0; } header { text-align: center; } |