Skip to content

Commit

Permalink
fix: section-bullets-right gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 1, 2024
1 parent 276d924 commit 02412f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/listunordered/ListUnordered.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<ul
:class="[
{ 'flex flex-col gap-6': direction === 'vertical' },
{ 'flex flex-col gap-8': direction === 'vertical' },
{ 'grid m-0 md:grid-cols-3 gap-10 md:gap-20': direction === 'horizontal' }
]"
>
Expand All @@ -23,7 +23,7 @@
<div class="h-4 mt-2 bg-white w-[2px] blur-sm left-0 absolute" />
<div class="h-4 mt-2 bg-[--text-color] w-[3px] -left-[0.5px] absolute" />
</div>
<div class="flex flex-col gap-4 justify-center mt-0.5">
<div class="flex flex-col gap-3 justify-center mt-0.5">
<template v-if="title || icon">
<div
class="flex"
Expand Down

0 comments on commit 02412f9

Please sign in to comment.