roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.

Home Page:http://roylee0704.github.io/react-flexbox-grid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing/change fluid grid padding

joelinteman opened this issue · comments

Hi, is there a way to remove/change the default padding of 2rem of the .flexboxgrid__container-fluid?

I think no

commented

Has anyone found a solution to this?

Use CSS grid. :)

commented

That's where i started, and why i came to this package.
CSS grid doesn't work in enough browsers to solely rely on it yet, especially in projects where column layout is important, and target audience is using older browser versions.

caniuse.com says it's supported most places, but testing on devices/browsers shows otherwise.
A large enough percentage of people aren't running the latest versions of some browsers, especially safari.

Ended up building my own react flexbox grid with glamorous.