diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 08:35:38 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 08:35:38 -0400 |
commit | 85d5167c9256ba9a4f0bebd25750c838169b0f8f (patch) | |
tree | 1f9634b3dff95020464af3d7f9f7bc56d3bbde85 /static/peach.css | |
parent | e416310ae81a1ecc648c3ae59f6f46326880e818 (diff) |
static/peach.css: fix `.about-container .header h1`
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/peach.css b/static/peach.css index 48589e1..33d8d8e 100644 --- a/static/peach.css +++ b/static/peach.css @@ -336,7 +336,7 @@ body { } .about-container .header h1 { - margin: 5px; 0 15px; + margin: 5px 0 15px; } .terms-container .header, |