From 322afc9d40087797cad859dc3782023c69461773 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 May 2026 17:55:09 +0900 Subject: feat(blog): new post /posts/2026-05-31/regional-rubykaigi-sekigahara01/ --- services/nuldoc/public/default/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'services/nuldoc/public/default/style.css') diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css index 4090151a..c6104dd2 100644 --- a/services/nuldoc/public/default/style.css +++ b/services/nuldoc/public/default/style.css @@ -328,6 +328,16 @@ img { border-top: 1px solid #000; } +.footnotes .footnote { + display: flex; + gap: 0.75em; + align-items: baseline; +} + +.footnotes .footnote p { + margin: 0; +} + .pagination { display: flex; justify-content: center; -- cgit v1.3.1