From a3a5666d4898620c7d53b53f87c1dbc09aa9a268 Mon Sep 17 00:00:00 2001 From: kurets Date: Fri, 7 Apr 2023 22:02:50 +0300 Subject: [PATCH] fix line height in "ol" --- new-site/public/style.css | 4 ++++ new-site/static/style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/new-site/public/style.css b/new-site/public/style.css index 91dfc3a6..ade274d0 100644 --- a/new-site/public/style.css +++ b/new-site/public/style.css @@ -189,4 +189,8 @@ ul { .footnotes { line-height: 0px; +} + +ol { + line-height: 1.5em; } \ No newline at end of file diff --git a/new-site/static/style.css b/new-site/static/style.css index 91dfc3a6..ade274d0 100644 --- a/new-site/static/style.css +++ b/new-site/static/style.css @@ -189,4 +189,8 @@ ul { .footnotes { line-height: 0px; +} + +ol { + line-height: 1.5em; } \ No newline at end of file