microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Create conditional CSS layout to make it moble-friendly for 640x800 screens. #134

Open microl44 opened 4 months ago

microl44 commented 4 months ago

As of current state, the mobile view is horrible, with background image not covering the entire screen, genre links minimum size is too large, hard to press buttons, etc.

Create a more friendly layout for mobile, taking into account button sizes, background image, and mobile-friendly UI.

Suggestion would be to use CSS @media tag to create specific mobile only rules without having to change default CSS.

Consider changing the layout of genre links to something more appropriate as well.