summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-21 23:05:33 -0400
committerSteph Enders <steph@senders.io>2023-06-21 23:05:33 -0400
commit60906bbede2d3fb6c68c2cd93865dae450f39021 (patch)
tree6e5fd30f597e77dffe277bcef3652b0242bacf58
parent5deedf03a42427662cf77af77741bafdbd494068 (diff)
Remove p margin override
-rw-r--r--static/index.css1
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;
}