From 4d00b4f0f937306ca5080db7ee35a8467ea33992 Mon Sep 17 00:00:00 2001 From: kurets Date: Wed, 5 Apr 2023 21:22:27 +0300 Subject: [PATCH] , --- new-site/public/style.css | 8 ++++++-- new-site/static/style.css | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/new-site/public/style.css b/new-site/public/style.css index 3f175735..3ce8ecf3 100644 --- a/new-site/public/style.css +++ b/new-site/public/style.css @@ -174,7 +174,7 @@ pre { } -.tenRecentPosts li, li{ +.tenRecentPosts li{ padding-top: 10px; } @@ -195,6 +195,10 @@ p { line-height: 1.5em; } -li { +ul { line-height: 1.3em; } + +.footnotes { + line-height: 0px; +} \ No newline at end of file diff --git a/new-site/static/style.css b/new-site/static/style.css index 3f175735..3ce8ecf3 100644 --- a/new-site/static/style.css +++ b/new-site/static/style.css @@ -174,7 +174,7 @@ pre { } -.tenRecentPosts li, li{ +.tenRecentPosts li{ padding-top: 10px; } @@ -195,6 +195,10 @@ p { line-height: 1.5em; } -li { +ul { line-height: 1.3em; } + +.footnotes { + line-height: 0px; +} \ No newline at end of file