shithub: hugo

ref: 2a2c9838671b5401331d20f8c72e2b934fe34e8d
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}
}