diff options
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, |