From ebafb6d40a9681aafb0481730284f70af6b6f9c5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 21 Jun 2024 16:35:07 +0200 Subject: [PATCH] chore: change heading CSS size --- umap/static/umap/base.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index e7ceca9d..20705883 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -61,10 +61,16 @@ kbd { white-space: nowrap; } h3 { - font-size: 1.2rem; + font-size: 1rem; } h4 { - font-size: 1.1rem; + font-size: 0.9rem; +} +h5 { + font-size: 0.8rem; +} +h6 { + font-size: 0.7rem; } hgroup > * { margin-bottom: 0;