Skip to content

Instantly share code, notes, and snippets.

@Onepo1ntFive
Created March 22, 2017 06:33
Show Gist options
  • Select an option

  • Save Onepo1ntFive/07d2468c00b00b9046d8be4929f434de to your computer and use it in GitHub Desktop.

Select an option

Save Onepo1ntFive/07d2468c00b00b9046d8be4929f434de to your computer and use it in GitHub Desktop.
.block-width-cols {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
}
.block-width-cols .block-width-cols__item {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment