From e57a56bf5dbc312f17712b859d0d921bbc1c49f7 Mon Sep 17 00:00:00 2001 From: yamanidev Date: Wed, 8 May 2024 15:17:41 +0100 Subject: [PATCH] Decreased font size of the hero's heading --- docs/_asset/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_asset/index.css b/docs/_asset/index.css index 159461113..7a3d35912 100644 --- a/docs/_asset/index.css +++ b/docs/_asset/index.css @@ -1213,7 +1213,7 @@ details[open] { @media (min-width: 76em) { #markdown-for-thecomponent-era { - font-size: 6rem; + font-size: 5.9rem; line-height: calc(1em + (1 / 6 * 1ex)); margin-block: calc(1 / 6 * (1em + 1ex)); }