summaryrefslogtreecommitdiffstats
path: root/static/peach.css
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-18 18:55:25 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-18 18:55:25 -0400
commit904b65fb0d92e5dfcc44416c72bf936cdb9f5654 (patch)
treeed3b5152575859057b3748b194a9ff09472610ac /static/peach.css
parent25ffb993e411f16422330f0d212213fb24781b8e (diff)
templates/about.tmpl: add version to the header
Diffstat (limited to 'static/peach.css')
-rw-r--r--static/peach.css9
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,