From 0d1cc8d536596434b9d90afd64ba253ffe2e1479 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 7 Dec 2021 16:52:20 +0100 Subject: Minor changes to theme --- template/_meta.html | 2 +- template/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/template/_meta.html b/template/_meta.html index 925fb68..a539a6d 100755 --- a/template/_meta.html +++ b/template/_meta.html @@ -5,7 +5,7 @@ - + diff --git a/template/style.css b/template/style.css index 9862087..eff32b1 100755 --- a/template/style.css +++ b/template/style.css @@ -303,6 +303,10 @@ article strong { font-weight: 600; } +article ol { + padding-inline-start: 30px; +} + article .katex-display { margin: 3em 0 !important; } -- cgit v1.2.3