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;