ThreeSixtyGiving / grantvis

GrantVis - Visual 360Giving Data explorer
https://grantvis.threesixtygiving.org
GNU General Public License v3.0
0 stars 0 forks source link

Responsive design not working correctly affecting small screens or printable #225

Closed michaelwood closed 11 months ago

michaelwood commented 11 months ago

This looks like an issue in 360-ds but I'm not 100% sure.

For the summary boxes we should be able to stop it from forcing the page width by doing a work-around by overriding grid-template-columns in 360-ds.

grid-template-columns: repeat(auto-fill, minmax(160px, auto))

image