scopeverse/blog

Create a mobile compatible version of the blog

Closed this issue · 3 comments

This is a priority. The blog needs to be readable on the small screens so we can get our first leads.

@hacdias @ulissesferreira @fabiofcferreira: You clearly have more experience and I need your help here. Trying to make the blog mobile friendly and I don't know where to start. Here's a test page: https://blog.hotscope.io/page-2/

Would you be so kind to guide me into the right direction and resources? 🙏

Hmm...

image

An interesting post: https://css-tricks.com/look-ma-no-media-queries-responsive-layouts-using-css-grid/. Although I'd recommend to use media queries for now and flex boxes.

Old but gold: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Thank you! Vou dar uma vista de olhos!