scientist-softserv / webstore-component-library

A React component library intended for use with WebStore applications.
https://www.npmjs.com/package/@scientist-softserv/webstore-component-library
2 stars 0 forks source link

211-mobile-view-cutoff #212

Closed alishaevn closed 7 months ago

alishaevn commented 7 months ago

story

remove unintended white space on mobile

when viewing the webstore on mobile, or inspecting from the browser using a mobile device, there was extra white space alone the right side of the page. turns out that the ItemGroup component was causing it.

we're using a bootstrap grid class that was adding x/y gutters in between each item. this commit removes the horizontal (x) gutter, opting only for the vertical (y) gutter. the page still looks good on desktop too.

demo

before after
mobile image image
desktop image image