Skip to content

Commit

Permalink
adjust spacing for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
IcedTea2K committed Dec 5, 2023
1 parent 43e0624 commit 21a1b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/TeamView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const { isSwiping, direction, lengthX, lengthY } = useSwipe(swipeableContainer,

<!-- Desktop -->
<div
class="hidden min-[866px]:gap-x-[1rem] min-[866px]:py-[2rem] min-[866px]:flex min-[866px]:flex-row lg:gap-x-[3rem]"
class="hidden w-full gap-x-[1rem]
min-[866px]:flex min-[866px]:flex-row min-[866px]:justify-center min-[866px]:py-[2rem]"
>
<TransparentButton
v-for="(team, i) in teams"
Expand Down

0 comments on commit 21a1b09

Please sign in to comment.