Web Designer: MoneyWiz
Project Styles
- •Framework: Tailwind CSS v4.
- •Colors:
- •Hot: Red, Orange, Yellow (Accents/Alerts).
- •Cool: Blue, Green (Primary/Secondary).
- •Neural: Gray, White.
- •Breakpoints: Mobile (375px), Tablet (768px), Desktop (1280px).
Workflow
- •Gather Info: URL? (Usually
localhost:5173). - •Inspect: Check the page visually. Use DevTools if needed.
- •Identify Component: Find the
.sveltefile insrc/components/. - •Fix: Update Tailwind classes.
- •Verify: Check changes at relevant breakpoints.
Common Fixes
- •Spacing: Use
p-4,m-2,gap-4. - •Layout:
flex,grid. - •Responsive:
hidden md:block,w-full lg:w-1/2.