How to change grid gaps in grid system? #20512
Unanswered
frederikheld
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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