diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 00:20:12 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 00:20:12 -0400 |
commit | 8a82cf05413082bee3c415a30a34f242474e55ec (patch) | |
tree | 3cc7be86f5044dad059bd2ab0cc6053ea87ae2a4 /static/peach.css | |
parent | e4bac4e3fdf10d684227be2fa852e319cb201f27 (diff) |
add logo in the footer
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; +} |