Recovery Fest Website - v0 by VercelRecovery Fest Website - v0 by Vercel
Cloned dgardner1982/recoveryfest2026-website to start this chat.
I pulled the latest changes from v0/dgardnerjr36-7475-7426f7ef in recoveryfest2026-website.
make the words in the hero section in mobile view apear in only 2 lines, not the currect 4 lines. only make changes to mobile version
8d ago
I found the hero section. The heading text "Join us in celebration at Recovery Fest 2026" is currently using text-5xl md:text-7xl. To make it fit in 2 lines on mobile instead of 4 lines, I need to increase the mobile font size. I'll change it to text-3xl sm:text-5xl md:text-7xl for better mobile display:
Done! I've adjusted the hero section heading so it displays in 2 lines on mobile by increasing the mobile font size from text-5xl to text-3xl, while keeping the desktop version unchanged at md:text-7xl. The sm:text-5xl breakpoint provides a smooth transition for larger mobile devices.
8d ago
0px
You can send messages while the preview loads
Code editing is not availableDuplicate this chat to use a more powerful code editor.