How to change grid gaps in grid system? #20512
Replies: 3 comments 1 reply
-
Did you figure this out? |
Beta Was this translation helpful? Give feedback.
-
@KaelWD Could you weigh in on this potentially? |
Beta Was this translation helpful? Give feedback.
-
use your own $gaps for project |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
How would I go about changing the gap between
v-cols
in vue's grid system? I don't want to applypa-x
to eachv-col
individually as this is hard to get right for differentcols
breakpoints (the gap should only be between the cols, not around them).I tried to apply
ga-x
to thev-row
and it works as it changes the gap betweenv-cols
but it does not compensate for the width of the cols, so the cols will be wider than thev-row
and thus break in the wrong place.Any idea how to do grid gaps right?
Thanks in advance
Frederik
Beta Was this translation helpful? Give feedback.
All reactions