diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
| commit | 43b0708769eb61392050045b881f8e6ba39c5b66 (patch) | |
| tree | 3939579a13b8325325d5ebb8e05324a41ed78a6d /themes/simple/static | |
| parent | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (diff) | |
| download | mitjafelicijan.com-43b0708769eb61392050045b881f8e6ba39c5b66.tar.gz | |
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.
Diffstat (limited to 'themes/simple/static')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { | |||
| 127 | @apply list-decimal pl-4 md:pl-6; | 127 | @apply list-decimal pl-4 md:pl-6; |
| 128 | } | 128 | } |
| 129 | 129 | ||
| 130 | /* Lists */ | ||
| 131 | article.single .content ul ul { | ||
| 132 | margin-bottom: auto; | ||
| 133 | } | ||
| 134 | |||
| 130 | /* Katex */ | 135 | /* Katex */ |
| 131 | article.single .katex-display { | 136 | article.single .katex-display { |
| 132 | @apply my-10; | 137 | @apply my-10; |
