From 06abfde55fd3080ae3ddf85bb9581cbbebdcdba1 Mon Sep 17 00:00:00 2001 From: suhankins Date: Wed, 26 Jul 2023 23:09:55 +0400 Subject: [PATCH] moved line-height to paragraph so it doesn't ruin header --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index fdddb08..2e3933f 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,6 @@ html { font-family: Noto Sans, sans-serif; background-color: #f1f1f1; color: #0f0f0f; - line-height: 1.5rem; } body { @@ -17,6 +16,10 @@ body { } } +p { + line-height: 1.5rem; +} + .banner { font-size: 2em; margin: 0 auto 4rem;