From 43b0708769eb61392050045b881f8e6ba39c5b66 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:40:40 +0200 Subject: Massive update to posts, archetypes Added a archetypes for creating notes and posts so it auto-populates fields. Fixed existing posts so they align with the rule of 80 columns now. --- themes/simple/static/css/tailwind.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/simple/static/css') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 53d8798..36e45e8 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -127,6 +127,11 @@ article.single #TableOfContents ul { @apply list-decimal pl-4 md:pl-6; } +/* Lists */ +article.single .content ul ul { + margin-bottom: auto; +} + /* Katex */ article.single .katex-display { @apply my-10; -- cgit v1.2.3