shithub: hugo

ref: 91f49c0700dde13e16f42c745584a0bef60c6fe2
dir: /docs/themes/gohugoioTheme/src/css/_columns.css/

View raw version
.column-count-2 {column-count: 1}
.column-gap-1 {column-gap: 0}
.break-inside-avoid {break-inside: auto}


@media (--breakpoint-large) {
  .column-count-3-l {column-count: 3}
  .column-count-2-l {column-count: 2}
  .column-gap-1-l {column-gap: 1}
  .break-inside-avoid-l {break-inside: avoid}
}