#Tech Stack related Text box alignment Issue
2 messages · Page 1 of 1 (latest)
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