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