florezf90 / dealer-data-tracker

MIT License
2 stars 0 forks source link

page responsive layout #83

Closed florezf90 closed 7 months ago

florezf90 commented 7 months ago

Fixed the login, signup, and dashboard layout for mobile screen sizes; now, the page has a proper responsive design, making it way more accessible for the user.

I had to create new directories for some pages to have applied custom CSS rules to each page. To reach the desired positioning, I used media queries in the CSS files, applying the changes conditionally.