From 4137c095d32934fb08218532dde9aba453748775 Mon Sep 17 00:00:00 2001 From: "J. Blumenkamp" Date: Wed, 9 Oct 2024 10:53:34 +0100 Subject: [PATCH] Real-world dataset carousel improvements --- docs/static/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/static/css/index.css b/docs/static/css/index.css index f723d70..e07d7a7 100644 --- a/docs/static/css/index.css +++ b/docs/static/css/index.css @@ -119,7 +119,8 @@ body { overflow: hidden; border: 1px solid #bbb; border-radius: 10px; - padding: 0; + padding: 10px; + background: #ffffff; font-size: 0; }