From 324794a9e8d60c9e187dd8c24f9cae076e933142 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 1 Jan 2026 22:11:02 +0100 Subject: new home feed --- static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index e3b083f..6205635 100644 --- a/static/style.css +++ b/static/style.css @@ -138,6 +138,18 @@ nav { padding: 0; } +.home-feed-footer { + display: flex; + align-items: center; + justify-content: center; + gap: 4vw; +} + +.home-feed-footer .panel { + background-color: #5faf87; + text-align: center; +} + #suscakke { margin: 0; padding: 0; -- cgit