From 904b65fb0d92e5dfcc44416c72bf936cdb9f5654 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 18 Jun 2022 18:55:25 -0400 Subject: templates/about.tmpl: add version to the header --- static/peach.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'static/peach.css') diff --git a/static/peach.css b/static/peach.css index 33d8d8e..f3df140 100644 --- a/static/peach.css +++ b/static/peach.css @@ -333,10 +333,17 @@ body { .about-container .header { font-size: 1.5em; + display: flex; + flex-direction: column; } .about-container .header h1 { - margin: 5px 0 15px; + margin: 5px 0 0px; +} + +.about-container .header p { + font-size: 0.5em; + margin: 0; } .terms-container .header, -- cgit v1.2.3