diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 18:55:25 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 18:55:25 -0400 |
commit | 904b65fb0d92e5dfcc44416c72bf936cdb9f5654 (patch) | |
tree | ed3b5152575859057b3748b194a9ff09472610ac /static/peach.css | |
parent | 25ffb993e411f16422330f0d212213fb24781b8e (diff) |
templates/about.tmpl: add version to the header
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 9 |
1 files changed, 8 insertions, 1 deletions
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, |