From 35afd02551ebb0b4b9f780a5522c76c8da1fe247 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 13 Nov 2023 19:55:37 +0100 Subject: [PATCH] Increase pictogram category title font size --- umap/static/umap/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 15b3a29b..11b5e62f 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -552,6 +552,9 @@ i.info { font-weight: bold; border-bottom: 1px solid #fff; } +.umap-pictogram-category h6 { + font-size: 1.3em; +} .umap-pictogram-grid { display: grid; grid-template-columns: repeat(auto-fill, 30px);