You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it just me (i.e. the ball of code I'm hacking on atm) or the gutterWidth, it's 1x padding on the left and right, and 2x padding between columns? It looks off to me, I was trying to make it the same space between columns as at the sides of the grid. Perhaps another setting could achieve that?
A second question, sorry, in this design at the moment, the fluid grid is not full device width, there's a sidebar to its left. As a result the breakpoints are just a bit off. Does it have to be a global setting to adjust them or can breakpoints be supplied per-grid?
Edit - 3rd question, I wanted to specify the gutterWidth in em units, although it might imply some css processor and I understand why that would be a problem for the library's compatibility. Maybe there's another way to approach that.
thanks
The text was updated successfully, but these errors were encountered:
Is it just me (i.e. the ball of code I'm hacking on atm) or the gutterWidth, it's 1x padding on the left and right, and 2x padding between columns? It looks off to me, I was trying to make it the same space between columns as at the sides of the grid. Perhaps another setting could achieve that?
A second question, sorry, in this design at the moment, the fluid grid is not full device width, there's a sidebar to its left. As a result the breakpoints are just a bit off. Does it have to be a global setting to adjust them or can breakpoints be supplied per-grid?
Edit - 3rd question, I wanted to specify the gutterWidth in
em
units, although it might imply some css processor and I understand why that would be a problem for the library's compatibility. Maybe there's another way to approach that.thanks
The text was updated successfully, but these errors were encountered: