chore: margin tag-item

This commit is contained in:
JesusPerez 2022-01-11 10:41:24 +00:00
parent 7977c14a5f
commit 09573e2a5a

View File

@ -101,7 +101,7 @@ export default defineConfig({
'h2-title': 'text-xl font-semibold mb-4 text-indigo-500 dark:text-indigo-900',
'sectionitem': 'mt-2 text-sm text-gray-600 dark:text-gray-500',
'tag-list': 'inline-flex gap-2 w-full flex-wrap',
'tag-item': 'rounded-xl dark:text-gray-100 bg-gray-200 dark:bg-gray-600 px-3 py-1 text-xs leading-5',
'tag-item': 'rounded-xl dark:text-gray-100 bg-gray-200 dark:bg-gray-600 px-3 py-1 text-xs leading-5 mr-2',
'left-item': 'lg:inline-block lg:w-2/12 lg:align-top italic mb-2 pr-2',
'right-item': 'lg:inline-block lg:w-10/12 w-full',
'box': 'py-8 px-8 inline-flex mx-auto bg-white dark:bg-gray-400 dark:bg-opacity-10 rounded-xl shadow-md space-y-2',