diff --git a/assets/css/main.css b/assets/css/main.css index 4f03312..5c5617d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -47,12 +47,12 @@ h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 700; } -h1 { font-size: clamp(2rem, 5vw, 3.2rem); } -h2 { font-size: clamp(1.7rem, 3.8vw, 2.6rem); } -h3 { font-size: 1.42rem; } -p { margin: 0 0 1em; color: var(--text-muted); font-size: 1.14rem; line-height: 1.85; } -.lead { font-size: 1.32rem; color: var(--text); } -.quote { font-size: 1.22rem; } +h1 { font-size: clamp(2.05rem, 5.1vw, 3.3rem); } +h2 { font-size: clamp(1.78rem, 3.9vw, 2.7rem); } +h3 { font-size: 1.48rem; } +p { margin: 0 0 1em; color: var(--text-muted); font-size: 1.2rem; line-height: 1.85; } +.lead { font-size: 1.38rem; color: var(--text); } +.quote { font-size: 1.28rem; } .container { width: min(1180px, 92vw);