From 44a20196f60a2d52f0508c6142c522e0315670a7 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 18 Jun 2022 19:05:27 -0400 Subject: templates/about.tmpl: remove footer Nobody needs to know who wrote this. --- static/peach.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'static/peach.css') 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; -- cgit v1.2.3