Latest solutions
Responsive Time tracking dashboard using Vite/React/TS and tailwindcss
#react#tailwind-css#vite#typescriptSubmitted about 2 years agoResponsive ecommerce product page using Tailwind CSS and Vanilla js
#tailwind-cssSubmitted over 2 years ago
Latest comments
- @Ali-Ghasemi-Tech@EgorVadik
Looks good however, its better if u use the builtin sm, md, lg etc.. tailwind utility classes its easier and will be more consistent than just applying 1 for mobile and rest counting them as desktop, capping the mobile at 375px will lead to errors for other phones. For example my phone is about 412px so it doesn't work on it.