From 7926ac9ad395ce0e8d202d21d39435ae8eac41eb Mon Sep 17 00:00:00 2001 From: kurets Date: Wed, 5 Apr 2023 20:31:34 +0300 Subject: [PATCH] add line height --- new-site/public/style.css | 12 ++++++++++-- new-site/static/style.css | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/new-site/public/style.css b/new-site/public/style.css index 47e68490..3f175735 100644 --- a/new-site/public/style.css +++ b/new-site/public/style.css @@ -174,7 +174,7 @@ pre { } -.tenRecentPosts li{ +.tenRecentPosts li, li{ padding-top: 10px; } @@ -189,4 +189,12 @@ pre { .muted_text{ color: var(--muted_text); -} \ No newline at end of file +} + +p { + line-height: 1.5em; +} + +li { + line-height: 1.3em; +} diff --git a/new-site/static/style.css b/new-site/static/style.css index 47e68490..3f175735 100644 --- a/new-site/static/style.css +++ b/new-site/static/style.css @@ -174,7 +174,7 @@ pre { } -.tenRecentPosts li{ +.tenRecentPosts li, li{ padding-top: 10px; } @@ -189,4 +189,12 @@ pre { .muted_text{ color: var(--muted_text); -} \ No newline at end of file +} + +p { + line-height: 1.5em; +} + +li { + line-height: 1.3em; +}