From 8a82cf05413082bee3c415a30a34f242474e55ec Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 19 Jun 2022 00:20:12 -0400 Subject: add logo in the footer --- static/peach.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/peach.css') diff --git a/static/peach.css b/static/peach.css index 81db0b0..25ea5bd 100644 --- a/static/peach.css +++ b/static/peach.css @@ -342,3 +342,13 @@ body { .privacy-container .header h2 { margin: 0 0 10px; } + +/** Footer **/ +.footer-container .footer { + display: flex; + justify-content: center; +} + +.footer-container .footer .logo-container img { + width: 20px; +} -- cgit v1.2.3