From 657e38698b90806243896240f252a0af77a7bfdf Mon Sep 17 00:00:00 2001 From: Barry Morrison <689591+esacteksab@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:31:25 -0500 Subject: [PATCH] fix: fixes #41 -- tightens everything up --- assets/css/main.css | 2 -- layouts/_default/baseof.html | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/post-meta.html | 2 +- layouts/posts/single.html | 2 +- package.json | 2 +- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 455c700..2f18661 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -170,8 +170,6 @@ code { .main :is(ul, ol) { @apply list-outside; - margin-bottom: 16px; - padding-left: 2em; } .main ul { diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6d805ea..95cbe18 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,6 +1,6 @@
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a4d4e39..42e8b4a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ -