From adc1cf460f03f12e22798009ded3d4f477f9d086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 24 Jun 2024 15:07:17 +0200 Subject: [PATCH] Use css variables Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- umap/static/umap/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index c815e5027..d93ce37f3 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -169,7 +169,7 @@ h2.tabs a:hover { background-color: #c0392b; color: #efefef; margin-top: 0; - padding: 1em; + padding: var(--gutter); } .demo-instance-warning .row { margin-top: 0;