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; +}