Skip to content

Commit

Permalink
fix: BigNumbers fine adjust py on items
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 1, 2024
1 parent 7693a4c commit 2896318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/bignumbers/BigNumbers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
'justify-center' : justify == 'center',
'justify-start' : justify == 'start'
}"
class="flex-grow-0 gap-4 flex py-6 flex-shrink-0 basis-1/2 lg:basis-1/4"
class="flex-grow-0 flex py-4 md:py-0 flex- shrink-0 basis-1/2 lg:basis-1/4"
v-for="item in items"
:key="item.title"
>
<div class="flex flex-col gap-3 md:gap-5 w-fit min-w-36 sm:min-w-none">
<div class="flex flex-col gap-3 md:gap-5 w-fit min-w-32 md:min-w-36 sm:min-w-none">
<Tile
v-if="item.icon"
severity="primary"
Expand Down

0 comments on commit 2896318

Please sign in to comment.