aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static/css/tailwind.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:40:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:40:40 +0200
commit43b0708769eb61392050045b881f8e6ba39c5b66 (patch)
tree3939579a13b8325325d5ebb8e05324a41ed78a6d /themes/simple/static/css/tailwind.css
parent49e7e7d555a6cd9810d81561fa3e98e3d64502be (diff)
downloadmitjafelicijan.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/css/tailwind.css')
-rw-r--r--themes/simple/static/css/tailwind.css5
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 */
131article.single .content ul ul {
132 margin-bottom: auto;
133}
134
130/* Katex */ 135/* Katex */
131article.single .katex-display { 136article.single .katex-display {
132 @apply my-10; 137 @apply my-10;