From 34a51d09d07a6f2919bc498a2d423a93f6e0ffff Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 5 Nov 2021 17:42:58 +0530 Subject: website: Do not specify line-height on h1, h2 and h3. * website/style.css (h1, h2, h3): Delete line-height CSS property. --- website/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'website') diff --git a/website/style.css b/website/style.css index 6bc1bff..4f310ce 100644 --- a/website/style.css +++ b/website/style.css @@ -6,10 +6,6 @@ body { padding: 0 10px; } -h1, h2, h3 { - line-height: 1.2; -} - pre, code { background-color: #f0f0f0; } -- cgit v1.2.3