diff --git a/assets/styles/root.css b/assets/styles/root.css index 114ac6d..95ff6d0 100644 --- a/assets/styles/root.css +++ b/assets/styles/root.css @@ -285,12 +285,12 @@ footer.site p + p { } } -h1 { font-size: 1.6em; } -h2 { font-size: 1.5em; } -h3 { font-size: 1.4em; } -h4 { font-size: 1.3em; } -h5 { font-size: 1.3em; } -h6 { font-size: var(--body-font-size); } +h1 { font-size: 305%; } +h2 { font-size: 244%; } +h3 { font-size: 195%; } +h4 { font-size: 156%; } +h5 { font-size: 125%; } +h6 { font-size: 100%; } h5, h6 { font-family: var(--font-family-body); } h1, h2, h3, h4, h5, h6 {