From 1b78b4ecf0fa31669bb153eb59d92ef39a574038 Mon Sep 17 00:00:00 2001 From: Remco Veldkamp Date: Tue, 14 Jan 2025 23:56:18 +0100 Subject: [PATCH] Keep thumbnail at reasonable size --- demo/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demo/style.css b/demo/style.css index 3f0b74f0..52951a56 100644 --- a/demo/style.css +++ b/demo/style.css @@ -309,3 +309,7 @@ footer { .is-size-8 { font-size: 0.6rem !important; } + +.widget.right.bottom { + max-width: 25vw; +}