Whenever I feel good about my project, there's always something misaligned broken on smaller screens. What resource can you recommend for someone looking to up his responsive design skills?

Currently using vanilla Bootstrap. But willing to try new things :smiley:

Google has material design which gives advice on web design. Start small by implementing typography guidelines. Typography guidelines are under the style sub-heading found in hamburger menu.

1 Like

There you go:
http://bradfrost.github.io/this-is-responsive/resources.html

1 Like

Google web design discusses theory more than implementation. This article discusses implementing responsive typography. The article is a better starting point.

You can check out tutorials on Css Media Queries. There is also Flexbox that helps with creating responsive pages
This article summaries some tips for responsive web design:
http://learn.shayhowe.com/advanced-html-css/responsive-web-design/

1 Like