diff options
Diffstat (limited to 'themes/simple/static/css/tailwind.css')
| -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; |
