mobilizehere/mobilizehere.com

Use CSS Grid for Podcast Page instead of Flexbox

Closed this issue · 0 comments

Currently the podcast page uses flexbox and javascript to implement the grid but it can be done with less code and no javascript if css grid specification is used. Specifically javascript is used to display a different layout based on screen size but it would be more elegant and efficient to use css grid alone.