aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2026-01-01 22:11:02 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2026-01-01 22:16:58 +0100
commit324794a9e8d60c9e187dd8c24f9cae076e933142 (patch)
tree48cf25db9a79af578a338100d1ce44203f0db627 /static
parent7c14130b61d806b42e7c0d1c8cf846b964caadff (diff)
downloadblossom-324794a9e8d60c9e187dd8c24f9cae076e933142.tar.gz
blossom-324794a9e8d60c9e187dd8c24f9cae076e933142.tar.bz2
blossom-324794a9e8d60c9e187dd8c24f9cae076e933142.zip
new home feed
Diffstat (limited to 'static')
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
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;