From 5bb913cc80f58f37f989746e642d82a68ea0ebdd Mon Sep 17 00:00:00 2001 From: Falk Mielke Date: Mon, 6 Jan 2025 14:56:42 +0100 Subject: [PATCH] variograms: figure caption css corrected --- static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 5a6809546..540692b70 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -27,8 +27,8 @@ /* cf. https://thesynack.com/posts/markdown-captions */ figcaption { font-style: italic; + font-size: small; padding: 0px; - line-height:4px; text-align: center; }