@Ali-Ghasemi-TechSubmitted about 1 year ago
sometimes it's to use tailwind for the basic element manipulation and css for making your page responsive since it's super easy to use media query.
sometimes it's to use tailwind for the basic element manipulation and css for making your page responsive since it's super easy to use media query.
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.