ixartz / SaaS-Boilerplate

🚀🎉📚 SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. ⚡️ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing
https://react-saas.com/
MIT License
3.41k stars 458 forks source link

This template is not mobile friendly? #11

Closed whynesspower closed 4 months ago

whynesspower commented 4 months ago

image The template is simply not mobile compatible at all. Navbar breaks, image breaks

ixartz commented 4 months ago

Indeed, it should be easy fix, just didn't find the time to make it right. It should only need 2/3 tailwind css classes and it should be fixed.

I'll fix it next week

ixartz commented 3 months ago

FYI, the SaaS Boilerplate is now fully responsive 🎉

You can find the PR at https://github.com/ixartz/SaaS-Boilerplate/pull/13, it also includes various little changes