diff options
author | Steph Enders <steph@senders.io> | 2023-06-21 23:03:49 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-21 23:03:49 -0400 |
commit | 5deedf03a42427662cf77af77741bafdbd494068 (patch) | |
tree | 14919153a616518360f78fa8519a191dac48a481 /static | |
parent | 06bd3d7999501ee178826190fbd3b4a9e28cb6fa (diff) |
Reduce margin on h2s in the article
Diffstat (limited to 'static')
-rw-r--r-- | static/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.css b/static/index.css index 961d7df..b1f4a51 100644 --- a/static/index.css +++ b/static/index.css @@ -33,6 +33,7 @@ footer { justify-content: center; font-size: 0.9em; } +article h2 { margin: 16px 0; } article { background-color: white; padding: 16px; |