diff options
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; +} |