From 85d5167c9256ba9a4f0bebd25750c838169b0f8f Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 18 Jun 2022 08:35:38 -0400 Subject: static/peach.css: fix `.about-container .header h1` --- static/peach.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/peach.css') 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, -- cgit v1.2.3