shithub: hugo

ref: ebe4d39f175f73e4f130972cb3d74ef0af5d5761
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}
}