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);