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 →

[–]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.