diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 19:05:27 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 19:05:27 -0400 |
commit | 44a20196f60a2d52f0508c6142c522e0315670a7 (patch) | |
tree | 04ae882a14cb2e9c1f7747d92c61bb97aea904e1 /static/peach.css | |
parent | 156263a96614bb8ee83ea4489941b760cf7ad082 (diff) |
templates/about.tmpl: remove footer
Nobody needs to know who wrote this.
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/static/peach.css b/static/peach.css index f3df140..81db0b0 100644 --- a/static/peach.css +++ b/static/peach.css @@ -298,8 +298,7 @@ body { /** About **/ .about-container, .terms-container, -.privacy-container, -.footer-container { +.privacy-container { padding: 0 20px; } @@ -311,13 +310,6 @@ body { line-height: 25px; } -.footer-container p { - margin: 1px 0; - padding: 0 5px; - line-height: 0px; - color: rgb(225,225,225); -} - .about-container a, .terms-container a, .privacy-container a { @@ -326,11 +318,6 @@ body { color: rgb(0,0,0); } -.footer-container a { - text-decoration: none; - color: rgb(225,225,225); -} - .about-container .header { font-size: 1.5em; display: flex; |