#Tech Stack related Text box alignment Issue

2 messages · Page 1 of 1 (latest)

plucky sun
#

Here I have an issue on tech stack related text boxes. In my array I have 3 items but showing only 2 items there....

iron swan
# plucky sun Here I have an issue on tech stack related text boxes. In my array I have 3 item...

It's relative to your browser window size. Try resizing it an see how it changes. You can control these changes by changing gap values in the div classNames.
For example, you could try changing lg:gap-8 to lg:gap-6 and the divs should fit more tightly together.
Additionally, you can specify different gaps for different screen widths sm:gap-x for small screens, and md:gap-x for medium screens - you can read more about it here https://tailwindcss.com/docs/responsive-design

Using responsive utility variants to build adaptive user interfaces.