juliabrowne / instanews

App that uses the NY Times API to show front-page news based on chosen category. Built with JS, HTML and CSS.
https://juliabrowne.github.io/instanews/
0 stars 0 forks source link

try using rem instead of px #12

Open resonantdoghouse opened 6 years ago

resonantdoghouse commented 6 years ago

https://github.com/juliabrowne/instanews/blob/3d4289bef9afe1a810b8c340b30a98fd3523794c/sass/partials/_article-grid.scss#L14

To calculate rem divide the target by the base font size e.g.

420px would be 420 / 16 = 26.25