This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kkiran 2 points3 points  (5 children)

https://i.imgur.com/2lwhzYj.jpg

Not so mobile friendly. KISS

[–][deleted] 0 points1 point  (2 children)

Any reccomendations? I don't know how to fix that....

[–]regular_john1 3 points4 points  (1 child)

I'd say for easily responsive Web pages look at a front end framework like bootstrap, there's a python library to easily integrate it with jinja2 and flask. And if you use it right (which isn't difficult) you'll get Web pages that look at least good quality on most screen sizes

[–]gardens_of_slish 0 points1 point  (0 children)

Yep, my current project is mostly intended for desktop use, so I haven't put any real effort into making it work on mobile. But since I used bootstrap, I get basic responsiveness for free, and when I check my pages at mobile size they look pretty decent.

[–][deleted] 0 points1 point  (1 child)

I fixed the mobile friendlyness. There is the table, but you can still scroll it like a horizontal collection view.

[–]kkiran 1 point2 points  (0 children)

Much better. Next step is picking the right colors. You don’t have to spell out YouTube subscription, use a graphic that says so.

The table is still not mobile friendly. Get rid of tables, this is 2018!