jpshackelford / jpshackelford-blog

Other
0 stars 1 forks source link

Grid system needs to be more responsive #1

Closed jpshackelford closed 7 months ago

jpshackelford commented 7 months ago

The default Pico.css grid system responds well on mobile devices. In a two column layout if the view port shrinks the second column will be displayed under the first. When I overrode the grid in jps.css, that responsiveness was lost--the right sidebar is always displayed beside the content.

The goal of this ticket is for the grid to respond well to smaller screen widths by dropping the sidebar while using a minimal approach grids and to Pico.css conventions.

usphantomlancer commented 7 months ago

Done. Ruslan. https://github.com/jpshackelford/jpshackelford-blog/pull/4

jpshackelford commented 7 months ago

Thanks for the fix!