Skeleton
Skeleton copied to clipboard
How to gutter size between columns while adjusting column width?
Hi
I tried to follow the workaround listed onhttps://github.com/dhg/Skeleton/issues/343 but when I adjusted margin-left to 2%, the columns did not adjust at the end, given they have a fixed percentage width as seen here:
.four.columns { width: 30.6666666667%; }
How can I adjust the width on this to match the new margin-left percentage of columns?