From 38af2d580c90536f2c93f331a39ac5ae291b53f9 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 13:36:08 -0500 Subject: [PATCH] typo --- css/custom.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 901af20..3ade56a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -600,16 +600,17 @@ body{ } .section-title h1{ - font-size: 80px; + font-size: var(--font-size-5xl); font-weight: 700; - line-height: 1.3em; + line-height: 1.1; text-transform: uppercase; margin-bottom: 0; } .section-title h2{ - font-size: 44px; + font-size: var(--font-size-3xl); font-weight: 700; + line-height: 1.2; text-transform: uppercase; margin-bottom: 0; }