Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_columns.css « css « src « gohugoioTheme « themes « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1e938c742b3cb1a68d8adf7f4c7aca0a16c58ee (plain)
1
2
3
4
5
6
7
8
9
10
11
.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}
}