From 9266734a106337748a8fe683778e5754f05a4733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sun, 23 Feb 2025 13:18:22 +0100 Subject: [PATCH] add to bucket webring, still have to make a pr over there --- src/Footer.tsx | 13 ++++++++++++- static/style.css | 12 ++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/src/Footer.tsx b/src/Footer.tsx index 1df245b..5d4d2b9 100644 --- a/src/Footer.tsx +++ b/src/Footer.tsx @@ -2,7 +2,18 @@ import type { FC } from 'hono/jsx'; export const Footer: FC = () => { return }; diff --git a/static/style.css b/static/style.css index d7d49d7..b62c0ee 100644 --- a/static/style.css +++ b/static/style.css @@ -131,3 +131,15 @@ footer { border-style: solid; width: 80%; } + +footer a { + padding: 0.5em; +} + +.webring { + padding-bottom: 0.4em; +} + +.some-minimal-padding { + display: inline; +}