summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-11-05 17:42:58 +0530
committerArun Isaac2021-11-05 17:42:58 +0530
commit34a51d09d07a6f2919bc498a2d423a93f6e0ffff (patch)
tree5576eb92b4fdbd1832afd084ff0edb3f9c415ef3
parent4bae8980f4893cdc28d256d25b08e0f08418b598 (diff)
downloadccwl-34a51d09d07a6f2919bc498a2d423a93f6e0ffff.tar.gz
ccwl-34a51d09d07a6f2919bc498a2d423a93f6e0ffff.tar.lz
ccwl-34a51d09d07a6f2919bc498a2d423a93f6e0ffff.zip
website: Do not specify line-height on h1, h2 and h3.
* website/style.css (h1, h2, h3): Delete line-height CSS property.
-rw-r--r--website/style.css4
1 files changed, 0 insertions, 4 deletions
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;
}