tecitheme 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,7 +88,7 @@
88
88
  >
89
89
  {#each paginatedItems as post}
90
90
  <div class="h-full">
91
- <a class="block" href="/{post.path}">
91
+ <a class="block h-full" href="/{post.path}">
92
92
  <div class="h-full flex flex-col items-stretch ">
93
93
  <time
94
94
  class="mb-1 block text-sm text-gray-500"
@@ -110,9 +110,9 @@
110
110
  </p>
111
111
  {/if}
112
112
  {#if post.meta.categories}
113
- <div class="w-full mb-2 text-sm flex flex-row">
113
+ <div class="w-full text-sm flex flex-wrap">
114
114
  {#each (post.meta.categories.sort()) as term}
115
- <a class="inline-block mr-2" href="/news/{term}" rel="external">
115
+ <a class="inline-block mr-2 mb-2" href="/news/{term}" rel="external">
116
116
  <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs bg-teci-blue-dark text-white">{term}</span>
117
117
  </a>
118
118
  {/each}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "svelte": true,
5
5
  "devDependencies": {
6
6
  "@jsdevtools/rehype-toc": "^3.0.2",