From 78decdbd3ad1aded9b4f88c41824470c892a4087 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Feb 2025 11:21:10 -1000 Subject: [PATCH] default heading sizes ? --- out/css/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/out/css/site.css b/out/css/site.css index 2308621..8808e22 100644 --- a/out/css/site.css +++ b/out/css/site.css @@ -8,9 +8,14 @@ body > .container { max-width:revert; } +/* h1 { font-size: 5rem; } h2 { font-size: 4rem; } h3 { font-size: 3rem; } +h4 { font-size: 2.5rem; } +h5 { font-size: 2rem; } +h6 { font-size: 1.5rem; } +*/ h1, h2, h3, h4, h5, h6 { font-weight:bold;