1
0

default heading sizes ?

This commit is contained in:
Simon Michael
2025-02-01 11:21:10 -10:00
parent 1f33438b31
commit 78decdbd3a

View File

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